how to simplify this system matrix ?
Afficher commentaires plus anciens
Hi everyone, how to simplify this system matrix in a single line for example ?
here is my system matrix :
A=[...
B1 1;...
B2 1;...
B3 1;...
B4 1;...
B5 1;...
B6 1];
Réponses (1)
Torsten
le 23 Déc 2021
0 votes
A=[B1 1;B2 1;B3 1;B4 1;B5 1;B6 1];
1 commentaire
noble amin
le 23 Déc 2021
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!