Azzera filtri
Azzera filtri

How to create row matrix?

2 visualizzazioni (ultimi 30 giorni)
baruch
baruch il 8 Set 2014
Modificato: Matt J il 8 Set 2014
I have Nc=3 and want to get row matrix as A=[1;1;1;-1;-1;-1] so what will be it's command.If I vary value of Nc rows change accordingly.I need generalized formula for that

Risposta accettata

Matt J
Matt J il 8 Set 2014
Modificato: Matt J il 8 Set 2014
The matrix A that you've shown is a column vector, not a row vector. Giving just one example for A doesn't explain the pattern you're looking for, but I'm guessing this is what you want
A=[ones(Nc,1); -ones(Nc,1)];

Più risposte (0)

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by