how to simplify this system matrix ?

2 次查看(过去 30 天)
noble amin
noble amin 2021-12-23
评论: noble amin 2021-12-23
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];

回答(1 个)

Torsten
Torsten 2021-12-23
A=[B1 1;B2 1;B3 1;B4 1;B5 1;B6 1];

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by