cut figure I want to see

조회 수: 3 (최근 30일)
Yorum
Yorum 2014년 6월 13일
답변: Dario Mangoni 2016년 3월 30일
I want to cut the figure only the position I want to see (like zooming, I only wnat the zooming figure)
how could I do this? what kind of code do I have to use?
  댓글 수: 1
Dishant Arora
Dishant Arora 2014년 6월 13일
편집: Dishant Arora 2014년 6월 13일
Please be more clear with what you want. I don't understand what you're asking .

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

답변 (2개)

Zikobrelli
Zikobrelli 2014년 6월 13일
im not sure i understand what you're asking for but this might help
plot(rand(1,10))
xlim([3 4])
ylim([0.7 0.8])
  댓글 수: 2
Yorum
Yorum 2014년 6월 23일
not plot.. :(
I'm using figure code
Dishant Arora
Dishant Arora 2014년 6월 23일
Elaborate what exactly do you want and what do you mean by figure code?

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


Dario Mangoni
Dario Mangoni 2016년 3월 30일
Hi, I'm not sure if this is the case, but I have a problem that looks like the image I attached. There are 4 triangles: 3 "legs" and one that acts like a "table" on top of them. I want to look closer at the top triangle, but when I zoom in, the axes adapt in a strange manner cutting out the portion I want to look. This is obvious: the axes are zoomed in, but the problem is that in any other rendering this does not happen. Do you have any solution?

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by