How to create a vector of length m+1?
Mostrar comentarios más antiguos
How can i do in order to create a vector of length m+1? In R i can write return(vector(mode="numeric",length=m+1)) Is there a similar way to write this command in Matlab? Thank you
Respuestas (1)
A Jenkins
el 13 de En. de 2015
0 votos
zeros(1,m+1)
Categorías
Más información sobre Elementary Math en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!