Plotting of a matrix with 3 dimension
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Marc Gtr
el 21 de Nov. de 2020
Respondida: Shubham Rawat
el 25 de Nov. de 2020

I'm getting the output of a matrix (A) as above. I want to plot the terms within bracket.
plot (A) does not work, neither surf (A). Any suggestions please?
0 comentarios
Respuesta aceptada
Shubham Rawat
el 25 de Nov. de 2020
Hi Marc,
You can separate the content on the first row and can store first value to vector x and other value to vector y and then you can use plot(x,y).
Hope this Helps!
0 comentarios
Más respuestas (0)
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!