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
* Overloads the "@" operator to create function handle using:
"m @ swobj.horace_sqw"
* LHS must be the Matlab object ("m"), and RHS must be a method
* Also allows a Matlab function_handle to be callable in Python
We should have an easier way to wrap Matlab callables ("function handles"). At the moment to use multifit with SpinW, you have to do:
Likewise, it would be helpful if we can call a Matlab function handle like a Python callable - e.g.
(which doesn't work at present).
The text was updated successfully, but these errors were encountered: