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.

simple Matlab question

Status
Not open for further replies.

Girly_girl

Full Member level 2
Joined
Oct 14, 2009
Messages
143
Helped
9
Reputation
18
Reaction score
8
Trophy points
1,298
Location
UK
Activity points
2,125
hi
Just a quicky..
lets say we say M3 in matlab.. and then later we use A = M3'

What does the ' do to M3?
 

Qualification? could u please be more specific? thanks
 

If M3 is a matrix, M3' is the transposition of that matrix.

The apostrophe is a Matlab transposition operator.
 
Hi,

If M3 is a matrix. Then M3' is simply 'Conjugate Transpose' of the data stored in M3. If you have only Real values stored in M3 then it ll be simply transpose of M3.

This is wht you are asking for or ?

---------- Post added at 13:59 ---------- Previous post was at 13:57 ----------

Forgot to add,If you just want to transpose the matrix without taking conjugate of the data entries of matrix M3 then instead of using M3' use M3.',it ll just transpose the matrix having no effect on complex data entries of the matrix.

/SC
 
yea thats exactly wat im asking..thank you
just to clarify on the conjugate transpose. is that where the real values are saved as imaginary values and wice versa?
 

If your data entries are complex,then it ll be of form, a+ib or a-ib. If you ll use M3' it will conjugate the data entry first like a-ib or a+ib(respectively written in order as before) and then will do the transpose operation. If you ll use M3.' it will simply transpose the matrix and do not perform any conjugate operation.
Hope it is clear now
 
Excellent many thanks for ur quick reply
 

mistaken by language code..anyways thanx fr correcting me..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top