Graph related issue in simulink
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
VIRAL BORSALLIWALA
el 20 de Feb. de 2021
Comentada: VIRAL BORSALLIWALA
el 28 de Feb. de 2021
I have done some simulink work and I got 12 graphs in simulink. Now I want to plot that 6 graphs in 1st column and other 6 graphs in 2nd column and I also want to add legends and axis name on all individual graphs. So how can i do it?
0 comentarios
Respuestas (1)
Jemima Pulipati
el 25 de Feb. de 2021
Hello,
From my understanding, you want to draw plots across multiple rows and columns.
The tiledlayout() function creates a tiled chart layout for displaying multiple plots in the current figure.
The following documentation link might also help you.
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!