How to obtain matrix with single value in one column?
Mostrar comentarios más antiguos
Hello,
How can I obtain the value p=2000 in matrix of one column and 41 rows?
Respuestas (1)
John Petersen
el 11 de Mzo. de 2013
P = p*ones(41,1);
Categorías
Más información sobre Operators and Elementary Operations 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!