Pseudoinverse
Compute Moore-Penrose pseudoinverse of matrix
Libraries:
      DSP System Toolbox / 
      Math Functions / 
      Matrices and Linear Algebra / 
      Matrix Inverses
   
Description
The Pseudoinverse block computes the Moore-Penrose pseudoinverse of input matrix A.
The equivalent MATLAB® code is given by:
[U,S,V] = svd(A,0)
Ports
Input
Output
Parameters
Block Characteristics
| Data Types | 
 | 
| Direct Feedthrough | 
 | 
| Multidimensional Signals | 
 | 
| Variable-Size Signals | 
 | 
| Zero-Crossing Detection | 
 | 
More About
References
[1] Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.
Extended Capabilities
Version History
Introduced before R2006a
