필터 지우기
필터 지우기

plot problem ( clipped graphs)

조회 수: 1 (최근 30일)
Abdulaziz
Abdulaziz 2012년 9월 27일
Hi guys, I really need your help with my two issues. 1) I have 3 different criteria and the output is (Nx1,Ny1), (Nx2,Ny2), and (Nx3,Ny3) each one of these pairs has many points. I want to plot each one separated. however the last one will delete the previous. i try the hold on hold off, but the put all the 3 graphs in one plot (window).
2) the graph i got, when i set a color, is clipped. however, if i cancel the color the graph will be complete, but i really need give everyone different color to be distinguished.
I appreciate your help and time.

답변 (1개)

Walter Roberson
Walter Roberson 2012년 9월 27일
Perhaps you are wanting subplot() ?
  댓글 수: 1
Abdulaziz
Abdulaziz 2012년 9월 28일
Hi Walter,
i got it. It was because of the dote i put in front of the color in the plot function. when i delete it the line becomes connected.
thank you for your contentious help.

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

카테고리

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