generate points between the two point of with a constant increment?

6 ビュー (過去 30 日間)
Josh Hwa
Josh Hwa 2019 年 4 月 11 日
コメント済み: John D'Errico 2019 年 4 月 15 日
Can it be done by using looping??
  1 件のコメント
John D'Errico
John D'Errico 2019 年 4 月 15 日
Of course it CAN be done using a loop. But why, unless this is your homework assignment, would you want to do so with a loop? And if it is your homework assignment, then why should we do your homework for you?

サインインしてコメントする。

回答 (1 件)

jahanzaib ahmad
jahanzaib ahmad 2019 年 4 月 11 日
x=linspace(0,1,5);
plot(x,x,'.').

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by