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

4 visualizaciones (últimos 30 días)
Josh Hwa
Josh Hwa el 11 de Abr. de 2019
Comentada: John D'Errico el 15 de Abr. de 2019
Can it be done by using looping??
  1 comentario
John D'Errico
John D'Errico el 15 de Abr. de 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?

Iniciar sesión para comentar.

Respuestas (1)

jahanzaib ahmad
jahanzaib ahmad el 11 de Abr. de 2019
x=linspace(0,1,5);
plot(x,x,'.').

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by