Suche nach Möglichkeit ein Label in einen .u3d Plot eizubinden.
    32 views (last 30 days)
  
       Show older comments
    
Hintergrund:
Ich nutze fig2u3d  (https://de.mathworks.com/matlabcentral/fileexchange/37640-export-figure-to-3d-interactive-pdf)  um einen in Matlab manuell erstellten (Datenpunkte geplottet als Kugeln) 3D Scatterplot als .u3d zu exportieren und in eine .pdf Datei einzubinden.
Mein Problem: 
Beim Export werden Achsen und Beschriftungen nicht mit abgespeichert. Die Achsen selber lassen sich als mit einfachen Linien ersetzen, allerdings nicht die Beschriftungen/Ticks.
Dementsprechend folgende Frage:
Gibt es eine Möglichkeit in Matlab Texte als Patch/Linien-Objekt einzubinden (vgl. Umwandlung von Text zu einem mesh in Blender)?
Alternativen sind auch gerne wilkommen - Das Ziel wäre ein manipulierbarer Graph in einer PDF Datei mit Achsenbeschriftungen. Die Alternative einer .gif Datei mit rotierender Kamera ist mir bewusst, sehe ich aber eher als Notlösung.
0 Comments
Answers (1)
  Tridib
 about 2 hours ago
        The fig2u3d tool currently exports only patch and line objects, not standard text objects. This is why axis labels and tick texts do not appear in the exported U3D file. 
Currently, MATLAB does not have a built-in way to turn text into patches or lines.
For more help, refer to the following MATLAB answer:
Hope this helps!
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!