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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…