Suppose matrix A=[ 1,2 ; 3,4 ; 5,6]
Matrix B=[ 7 , 8 ]
whever I use C=[A,B] I receive this error message
Error using ==> horzcat
CAT arguments dimensions are not consistent.

 Réponse acceptée

the cyclist
the cyclist le 11 Mai 2020

0 votes

C = [A; B]

1 commentaire

Shady Elsayed
Shady Elsayed le 11 Mai 2020
Oops forgot about that, now it worked! Thanks very much

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by