How can I plot 5 different variable all together?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
HelpAStudent
el 2 de Oct. de 2021
Respondida: KSSV
el 2 de Oct. de 2021
Hi, my variable all have this form:
A = [18, 20, 50, 60, ...]
They all have the same size 1x21 double and they are five.
How can I visualize in a plot all them together ?
0 comentarios
Respuesta aceptada
KSSV
el 2 de Oct. de 2021
You can use plot, you will get 5 different curves and you can put legend for each.
Or you can plot them as surface using surf.
0 comentarios
Más 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!