Show multiple graph in one grid from multiple .m files
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Is it possible to show the result of the first .m file (graph) at the same grid of the graph resulted from another .m file?
0 comentarios
Respuestas (1)
Shameer Parmar
el 17 de Jun. de 2016
check for command: "subplot"
copy the following line completely and paste into command window and check the results
subplot(2,2,2), subplot(2,1,2), subplot(2,2,1)
you need to use such command into your multiple .m file so that it will display the results into once graph..
1 comentario
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!