draw function more understandable
2 ビュー (過去 30 日間)
古いコメントを表示
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)])
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!