We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I have done some updates and I believe those fix the second argument, and tril is now translated to trimatl
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: