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.

Projection Matrix function in matlab:

Status
Not open for further replies.

vickyuet

Member level 2
Joined
Oct 3, 2006
Messages
50
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
pakistan
Activity points
1,691
Dear,

The projection matrix P of any matrix A could be found by formula P = A*inv(A'*A)*A';
My question,Is there any built in matlab function that can give the projection matrix of
any matrix...

Regards,
 

I think that such standard built-in function is not available. Of course, this function can be easily compiled from basic Matlab matrix functions.
See for example here:
MATLAB Teaching Codes
and read the M-file projmat.m
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top