How do I save a 3D MATLAB plot to view and rotate in a webpage?

  • Context: MATLAB 
  • Thread starter Thread starter BobbyBear
  • Start date Start date
  • Tags Tags
    3d Matlab Plots
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
BobbyBear
Messages
162
Reaction score
1
Hello,
I was just wondering if anyone knows if there's a way to save a 3D plot in Matlab (eg a "surf(x,y,z)" plot) so that it is viewable outside of Matlab and so that you can still rotate the view etc? And in particular, so it can be viewed in a webpage? Something like LiveGraphics3D?
I don't know much about these things so if someone has suggestion I'll do my research based on it.
Thanks.
 
Physics news on Phys.org
The only way that I know of doing this is using the Matlab Component Runtime. Other than that, I don't think there is any other way.
 
awwh :(
Thank you anyhow, I shall look into it xD