Nikolas83
Junior Member level 2
Hello once again…
I am doing an exercise in matlab programming and I wondered if somebody of you could me help..
I want the matrices that I have in my problem to put them in a line(array)..
for example I have matrices A=[2 4; 5 6 ] and B=[4 6 7;6 3 4 ]
and i want to put the elements of matrices in one array..
to do this think r=[2 4 5 6 4 6 7 6 3 4]..
I do some thinks but..i did not find anything good..
I am doing an exercise in matlab programming and I wondered if somebody of you could me help..
I want the matrices that I have in my problem to put them in a line(array)..
for example I have matrices A=[2 4; 5 6 ] and B=[4 6 7;6 3 4 ]
and i want to put the elements of matrices in one array..
to do this think r=[2 4 5 6 4 6 7 6 3 4]..
I do some thinks but..i did not find anything good..