Show multiple graph in one grid from multiple .m files

조회 수: 1 (최근 30일)
Ali Jaber
Ali Jaber 2016년 6월 17일
편집: Ali Jaber 2016년 6월 17일
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?

답변 (1개)

Shameer Parmar
Shameer Parmar 2016년 6월 17일
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
Ali Jaber
Ali Jaber 2016년 6월 17일
편집: Ali Jaber 2016년 6월 17일
This is the result I got, I want the two graphs on the same grid (Same origin 0)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by