Skip to content

problem with complex expressions #117

Open
@ir1979

Description

@ir1979

Please check the following expression in MATLAB. the second argument of cumsum is not translated correctly and tril is not translated to trimatl.

si = tril(reshape(cumsum(reshape(C(2:end,:)*DT,n,n-1),2),n-1,n));

C: nxm
DT: mxn

Thanks

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