How to plot 3D line graph?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Matlaber
el 17 de Jun. de 2019
Respondida: Steven Lord
el 17 de Jun. de 2019
How to plot a 3D graph below.
I had tried "bar3", but it shown all the line up as bar graph.
I want the line shown below.
0 comentarios
Respuesta aceptada
Steven Lord
el 17 de Jun. de 2019
In the future, you can scan through the list of plots in the Plots tab of the toolstrip for one whose thumbnail looks similar to the type of plot you want. This may help you identify a useful function. Even if it's not exactly what you're looking for, you may be able to adjust properties of that plot or use one of the plotting functions in the See Also section of that function's documentation page to get closer.
0 comentarios
Más respuestas (1)
Mauro Fusco
el 17 de Jun. de 2019
Editada: Mauro Fusco
el 17 de Jun. de 2019
Hi,
you may want to check out commands like
help mesh
or
help surf
:
0 comentarios
Ver también
Categorías
Más información sobre 2-D and 3-D 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!