I simulate 3D surfaces with a Delaunay triangulation for robotics applications with Matlab. I would like to create Collada files (dae extension) with these simulated data.
I read some time ago a post in the Mathworks site related with your issue (attached). Authors offered different alternatives using own-made functions and different toolboxes such as Meshlab.
the proposed solution is a little bit "confusing". It is necessary to convert successively the data from Matlab using several software, hoping that the versions of all software are compatible!
More precisely, I am looking for a Matlab script, able to create directly from Matlab data a dae file.