my programs don't run on the 2012b version anymore

1 view (last 30 days)
I have recently upgraded to Mastlab 2012b, however several of my programs have now stopped working. programs using fminsearch seem particularly effected. do you know if i need to download some additional libraries?
I still have Matlab 2009b on my desktop which I'd like to use however this wont run because the license is presumably out of date, could this license be restored for previous versions
  1 Comment
Friedrich
Friedrich on 16 May 2014
"have now stopped working" <= What does that mean exactly? Do you get any error?

Sign in to comment.

Accepted Answer

richard
richard on 27 May 2014
the error messages are
Error using fminsearch (line 145) x0 is incompatible in size with either LB or UB.
Error in fminsearchcon (line 320) [xu,fval,exitflag,output] = fminsearch(@intrafun,x0u,options,params);
Error in NXFit_v4/Initiate (line 1081) FitParams = fminsearchcon(@PairFunc, StartPoint, LB, UB, [], [], [], options);
Error while evaluating uicontrol Callback
thanks
Richard

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!