Create array Arr with 5 rows and 4 columns with each element = 5

how to do

1 commentaire

What have you done so far? What specific problems are you having with your code? Do you know how to create a matrix?

Connectez-vous pour commenter.

Réponses (1)

James Tursa
James Tursa le 26 Sep 2019
Modifié(e) : James Tursa le 26 Sep 2019
Hint:
doc zeros
doc ones
doc repelem
doc repmat

Question posée :

le 26 Sep 2019

Commenté :

le 26 Sep 2019

Community Treasure Hunt

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

Start Hunting!

Translated by