generate points between the two point of with a constant increment?
Ältere Kommentare anzeigen
Can it be done by using looping??
1 Kommentar
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?
Antworten (1)
jahanzaib ahmad
am 11 Apr. 2019
0 Stimmen
x=linspace(0,1,5);
plot(x,x,'.').
Kategorien
Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!