matrix row/column augmentation

a=100; How can I create a matrix whose columns and rows contain of 20 times 100?

 Respuesta aceptada

Firat Uray
Firat Uray el 2 de Ag. de 2016

0 votos

You can use F=a*(ones(20,20)).

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Preguntada:

el 2 de Ag. de 2016

Respondida:

el 2 de Ag. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by