User Portlet User Portlet

Discussions
You can transfer such data to MATLAB using [the MATLink package](http://matlink.org/). The builtin exporter does not support structs, as far as I'm aware. MATLink does.
Ok, thanks, i did it with Manipulate like you said but i wrapped Show that wrapped ListPlot3D With[ { mtrx = Transpose[points], range = {Min[#], Max[#]} & /@ points } , Manipulate[ Column[ { Row[{ind, "\t", mtrx[[ind]]}]...
If you have access to Wolfram data you can try this: Show[Entity["AnatomicalStructure", "SkinOfHead"]["Graphics3D"], Entity["AnatomicalStructure", "Sclera"]["Graphics3D"], Entity["AnatomicalStructure", "Iris"]["Graphics3D"]]