Skip to content

multiple return values not handled correctly #6

@baggepinnen

Description

@baggepinnen
  • [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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions