Question on code usage

John Ferreira <[email protected]> Thu, 5 May 2022 09:17:02 -0400
Newsgroups gmane.comp.gnu.octave.general
Message-ID <[email protected]>
Hello,
I have legacy C software that was using an older version of Octave. I have updated to the newest version of octave and I am trying to fix deprecation related errors. Previous matrix code was:
Matrix a(3,1,1);
SVD norm(a.transpose());
Return norm.singular_values();

However it seems SVD is deprecated in 8.0.0

What is the correct way to get the SVD singular values with the new version?

Thank you,
John F


----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help