Effacer les filtres
Effacer les filtres

what is the meaning of the code?

3 vues (au cours des 30 derniers jours)
ARJUN K P
ARJUN K P le 20 Sep 2015
last16 = 42*ones(16,1);
  1 commentaire
per isakson
per isakson le 20 Sep 2015
Modifié(e) : Walter Roberson le 20 Sep 2015
Did you try read the help? See ones, Create array of all ones

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 20 Sep 2015
It first uses the ones() function to make a 16-by-1 column vector of 1's. Then since it multiplies that by 42, it ends up with a column vector where every element has the value of 42. Any time you see a function that you don't know what it does, look it up in the help.

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by