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 want to run the function fitmvmdist but there is an error:
Method 'fit' is not defined for class 'VonMisesMixture' or is removed from MATLAB's search path.
Error in fitmvmdist (line 89)
models{rIdx} = model.fit(p.Results.Angles, p.Results.NComponents, ...
why is this???
The text was updated successfully, but these errors were encountered:
i want to run the function fitmvmdist but there is an error:
Method 'fit' is not defined for class 'VonMisesMixture' or is removed from MATLAB's search path.
Error in fitmvmdist (line 89)
models{rIdx} = model.fit(p.Results.Angles, p.Results.NComponents, ...
why is this???
The text was updated successfully, but these errors were encountered: