필터 지우기
필터 지우기

How do I remove a certain part of my graph?

조회 수: 5 (최근 30일)
Alec Carruthers
Alec Carruthers 2017년 3월 3일
답변: Walter Roberson 2017년 3월 3일
I'm trying to plot the specific thrust and specific fuel consumption on the same graph. I have horizontal lines that start the graph and each one goes to a different x value. I was wondering if there is a way to start the graph, for each individual curve, after the horizontal lines ends? Basically how to clean this graph up.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 3월 3일
You can use x values that start where the horizontal line ends.
If necessary, add the desired origin to the existing x values.
However, adding the desired origin will change what is shown with the data cursor, so if you need to have the data cursor show the offset relative to the place the curve begins rather than coordinates relative to the left edge of the plot, then you would need to take more steps.

카테고리

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