How to plot a sinus uniformly?
古いコメントを表示

If I plot sinus like this
x=0:0.05:2*pi;
y=sin(x);
plot(x,y,'.-')
I'm getting obviously non-uniformly density of points. Please see attachment. What I want is, that points should be at the equivalent distance each other. So, I need to define x array somehow.. or is there is another way?
1 件のコメント
Jos (10584)
2018 年 2 月 5 日
Define "equivalent distance". 2D?
回答 (1 件)
Nikolay Konstantinov
2018 年 2 月 5 日
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!