Is there any function like "specgraphhelper" existing in the 2019a or later version?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I had used a scripted named "select3d", which function is to select points in 3d figure. But when I update my Matlab to 2019a. This script faild because
Undefined function or variable 'specgraphhelper'.
The cause function specgraphhelper used to be an informal function. http://undocumentedmatlab.com/articles/customizing-axes-part-4-additional-properties
To my goal, I would like to get the coordination of the mouse n a 3d figure when I click it . The figure shows a surface mesh which could be rotated and zoom in or out. The mesh is like below.
I just would like to know is there any similar function published? Or specgraphhelper is just removed from Matlab new version? Is there any other way to achieve my goal? Any suggestion would be appreciated.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!