How can i create array of all -1 numbers in it?

  • Item one
  • Item two

2 commentaires

Jan
Jan le 18 Déc 2015
Modifié(e) : Jan le 18 Déc 2015
Item one, item two?!
X = -ones(3,4)
X = 3×4
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Operators and Elementary Operations dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by