Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
Can it be done by using looping??
  1 Commento
John D'Errico
John D'Errico il 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?

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by