Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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..:D
 

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.:D
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..:D
Thanks for your time..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top