Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple return values not handled correctly #6

Open
baggepinnen opened this issue Apr 2, 2019 · 1 comment
Open

multiple return values not handled correctly #6

baggepinnen opened this issue Apr 2, 2019 · 1 comment

Comments

@baggepinnen
Copy link

  • [u,s,v]=svd(X); is translated to the same expression
  • function [X,Y]=li(AA,BB) is translated to
function li(AA,BB)
       
    return [X,Y]
end
@lakras
Copy link
Owner

lakras commented Apr 18, 2019

Hi! Thank you so much, and sorry again for the delay. Would you mind please writing up some possible correct/expected translations for both of these? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants