how to simplify this system matrix ?
Show older comments
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];
Answers (1)
Torsten
on 23 Dec 2021
0 votes
A=[B1 1;B2 1;B3 1;B4 1;B5 1;B6 1];
1 Comment
noble amin
on 23 Dec 2021
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!