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

problem with complex expressions #117

Open
ir1979 opened this issue Mar 19, 2017 · 1 comment
Open

problem with complex expressions #117

ir1979 opened this issue Mar 19, 2017 · 1 comment

Comments

@ir1979
Copy link

ir1979 commented Mar 19, 2017

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

@geirpa
Copy link
Collaborator

geirpa commented Mar 22, 2017

I have done some updates and I believe those fix the second argument, and tril is now translated to trimatl

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