The problem of plotting line in difference range

1 回表示 (過去 30 日間)
renoald Tang
renoald Tang 2012 年 9 月 19 日
p0 = [628837.61 172561.253]; p1 = [628837.464+2 172560.305]; p2 = [628795.31 172456.765]; p3 = [628794.922 172456.87]; I have 4 point and plot the two line (p0 to p1,p2 to p3) using command "plot" and "hold on"
The problem is the line drawing is short and small , it is very difficult to view without zoom tool. Matlab have any function to make the line become clear without using zoom tool ?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 9 月 19 日
編集済み: Azzi Abdelmalek 2012 年 9 月 19 日
plot(t,y,'linewidth',10)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVisual Exploration についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by