필터 지우기
필터 지우기

edit data in a figure

조회 수: 3 (최근 30일)
Peter To
Peter To 2014년 5월 15일
편집: Peter To 2017년 5월 31일
Dear all,
I currently have a problem that I used radii instead of diameter in figure plot. How can I change back to diameter, but I don't want to rerun the simulation because it takes me plenty of time.
For example, I have
x=1:10;
y=2:11;
u=20:30;
v=21:31;
plot(x,y,'r-',u,v,'b-');
Now, I would like to have x=2*x. How can I do it ? Thank you.
  댓글 수: 2
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014년 5월 15일
I think you don't have the simulation data, that's why it is a problem for you. Is it so?
Peter To
Peter To 2017년 5월 31일
편집: Peter To 2017년 5월 31일
Yes, that's it. It is funny to comment on something posted 4 years ago. That was a pore constriction size graph. The simulation took me few days to run (seriously), and I saved only figures not the data. All I did was extracting data from the graph. So easy. Laughing on my stupidity.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by