go from plot3 to a surf plot
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In parallel.png the function plot3(x,y,z) is used to create the figure. Is it possible the get the outer shell from the fist figure inorder to create a figure that is similar to asdasd.png?
Risposte (1)
KSSV
il 31 Mag 2016
If the data is arranged in order in matrix form....you can plot the surface using "surf". Check the documentation for surf.
2 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!