how to simplify this system matrix ?

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];

Respuestas (1)

Torsten
Torsten el 23 de Dic. de 2021

0 votos

A=[B1 1;B2 1;B3 1;B4 1;B5 1;B6 1];

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Dic. de 2021

Comentada:

el 23 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by