add lines cell matlab
Mostra commenti meno recenti
i have two edit texts,they show the vectors :
1 1 1 1 and 1 -1 1 1
-1 1 1 1 -1 1 1 -1
how can i add the two first lines together and the two secondes lines together and the result is :
2 0 2 2
0 2 2 0
Risposta accettata
Più risposte (1)
KSSV
il 24 Nov 2016
0 voti
Let A and B be your matrices.
iwant = A+B;
Best programmer please read basics of matlab.
Categorie
Scopri di più su Cell Arrays in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!