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
The 'gauss' iFunc conflicts with the 'gauss' old-Mfit function. A way to solve this is to use Matlab 'packages'. This allows to protect the name spaces.
We could then have:
addpath('iFit_path')
import ifit.*
which would have e.g.
ifit.models
as well as other stuff. An other solution is to indicate the conflict, and request user to remove the Horace old functions.
The text was updated successfully, but these errors were encountered:
The 'gauss' iFunc conflicts with the 'gauss' old-Mfit function. A way to solve this is to use Matlab 'packages'. This allows to protect the name spaces.
We could then have:
which would have e.g.
as well as other stuff. An other solution is to indicate the conflict, and request user to remove the Horace old functions.
The text was updated successfully, but these errors were encountered: