draw function more understandable
이전 댓글 표시
Hallo,I'm solving an exercise(with matlab)that consist in a discussion of a function in a range. When I watch the graph,I've problem to determine the domain and roots becouse the function is too much near the axis. What command I must use to draw the graph more understandable ??
댓글 수: 1
Image Analyst
2013년 10월 20일
I have no idea what you're asking, so all I can say is to use the plot() command. Or fiddle around with xlim() and ylim(). Attach some screenshots to illustrate your situation.
답변 (2개)
Youssef Khmou
2013년 10월 21일
you can adjust the axis property to zoom in :
% x,y
axis([x(1) x(end) y(1) y(end)])
valerio
2013년 10월 21일
0 개 추천
댓글 수: 2
Matt Kindig
2013년 10월 21일
There is no attached image.
Walter Roberson
2013년 10월 21일
zoom into the plot.
카테고리
도움말 센터 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!