
How i can plot two graphs in one figure?
조회 수: 1 (최근 30일)
이전 댓글 표시
tell me about the simplest commnd to plot the two graphs in one figure.
댓글 수: 0
채택된 답변
madhan ravi
2018년 12월 29일
편집: madhan ravi
2018년 12월 29일
% an example
plot(1:10)
hold on
plot((1:10).^2)

댓글 수: 1
madhan ravi
2018년 12월 29일
If it's what you are looking for make sure to accept the answer else let know
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!