- as is (data as dots)"
Convert a 3D plot to an array?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi
I have 3 vectors (x,y,z) which i plot using the plot3 function. I get something like this:
I need to convert this to a 3D array, in 2 ways :
- as is (data as dots)
- as a line plot, ie as if i plotted the same vectors but as a line as shown below
How can i do this? I need a 3D variable describing the above object to manipulate after...
Any help would be appreciated!
Thank you
1 comentario
Adam Danz
el 24 de Jun. de 2019
"I need to convert this to a 3D array, in 2 ways :
If you're already doing that, what do you need specifically?
" * as a line plot, ie as if i plotted the same vectors but as a line as shown below"
plot(x,y,z,'-')
Respuestas (0)
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!