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
When I use MBA on MATLAB2015a environment, I got the following error.
Perhaps, "eml_scalexp_subsref" is missing in MATLAB 2015a. The code works perfectly at MATLAB 2012b, for example.
Error in normpdf (line 20)
xk = eml_scalexp_subsref(x,k);
Hi,
When I use MBA on MATLAB2015a environment, I got the following error.
Perhaps, "eml_scalexp_subsref" is missing in MATLAB 2015a. The code works perfectly at MATLAB 2012b, for example.
Error in normpdf (line 20)
xk = eml_scalexp_subsref(x,k);
Error in mbaComputeFibersOutliers (line 49)
maxoutDist = normpdf(maxDist); % Requires statistics toolbox
Error in s_nhp_segment_VOF_virtuallesion (line 42)
[fgsegment3, keepFascicle3] = mbaComputeFibersOutliers(fgsegment2,3,3,10);
The text was updated successfully, but these errors were encountered: