Question
Singular Value Decomposition syntax - use output from svd2() ?
- October 8, 2021
- 1 reply
- 1836 views
To all,
I am playing around the 'Singular Value Decomposition' in mcad 15 (function sdv2). Follow the example and all good . Get S, U and V matrices What is the correct syntax to use the data to solve {y}=[A]{f}? see attached I know it’s a dumb question but the obvious syntax f = svd2(H)y does not work !
Thanks

