what does :: mean and why is it not recognized by MatLab
6 views (last 30 days)
Show older comments
This is in plot::SurfaceSTL
0 Comments
Answers (2)
Steven Lord
on 27 Jul 2017
Functions whose names include :: like plot::SurfaceSTL, or those whose documentation pages include a warning note like the one at the top of the plot::SurfaceSTL documentation page, are intended to be used in a MuPAD Notebook or using feval in conjunction with symengine. They are not intended to be called directly from the MATLAB command prompt or inside a MATLAB function.
2 Comments
John BG
on 30 Jul 2017
I completely agree with Mr Roberson. I like command evalin, very powerful, it enables dynamic generation of code, code that writes code.
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!