Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Josh Hwa
Josh Hwa am 11 Apr. 2019
Kommentiert: John D'Errico am 15 Apr. 2019
Can it be done by using looping??
  1 Kommentar
John D'Errico
John D'Errico am 15 Apr. 2019
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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

jahanzaib ahmad
jahanzaib ahmad am 11 Apr. 2019
x=linspace(0,1,5);
plot(x,x,'.').

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by