Matlab Programming...(Matrices..)

Status
Not open for further replies.

Nikolas83

Junior Member level 2
Joined
Oct 17, 2006
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,411
Hello again..
I want to make an exercise in the Matlab that you could put matrices in a array at this part of exercise I found with the solution with the command reshape, but also i want to become the inversion process of the command reshape.. .that i mean is..
i have 2 matrices A=[4 5 ;9 5], B=[4 5 6; 3 7 9]
r = [reshape(A,1,[]) reshape(B,1,[])]; %with the command reshape it become to
r=[4 5 9 5 4 5 6 3 7 9]..
That i want to find is..
the matrices r it goes one step before with command..
an 're-born' the 2 initial matrices A,B
Thanks for your time which spend to read it..
 

I think you can see at this book : MatLab Programming

**broken link removed**
This book explain detail about mathematics(include matrices...)
 

lythanhthuan said:
I think you can see at this book : MatLab Programming

h**p://rapidshare.com/files/1428525/MLBProgram_muya.rar
This book explain detail about mathematics(include matrices...)
Hello.
I write at the forum with the wish if anyone known the my query of my problem and just if he could tell me the command..with this thinking i was hope to gain time because this query its just a small part of my exercise..and i hane time limit to finished this exrecise..
Also i think the aim of this forum is to share our knowledge and our queries and help another people..to say just look this book.. i dont think is solution..

Please if anyone could help..Just do it..
Thanks for your time..
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…