You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use the matrix exponential operation as can be seen here: https://www.mathworks.com/help/matlab/ref/expm.html
There is a method for this operation in nmatrix? If is not, how can I implement it using the nmatrix methods?
Thanks in advance