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

2 visualizzazioni (ultimi 30 giorni)
  • Item one
  • Item two
  2 Commenti
Jan
Jan il 18 Dic 2015
Modificato: Jan il 18 Dic 2015
Item one, item two?!
Stephen23
Stephen23 il 20 Ago 2021
X = -ones(3,4)
X = 3×4
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1

Accedi per commentare.

Risposta accettata

Jan
Jan il 18 Dic 2015
X = repmat(-1, [3, 4])

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by