I was working my way through the Guardd tutorial when I ran into errors from Matlab. Is it possible that the versions of Matlab that I have are not compatible? (I have the R2012b release of Matlab and Optimization toolbox v6.2.1.) I was just at the start of the "Fit RD data" section with Ile26:
Fitting (1-60 sec)
FUNCTION: Group.updateFitParams
Working on CS=1, Ile 26\delta_1
Working on C=1 (CTOT=1), 800-MQ-25C
Itemizing parameter 1 (dwH @ CS1, C1)
Itemizing parameter 2 (dwX @ CS1, C1)
Itemizing parameter 3 (PA @ 298K) *PA0*
Itemizing parameter 4 (kex @ 298K) *kex0*
Itemizing parameter 5 (R20 @ CS1, C1)
Working on C=2 (CTOT=2), 600-MQ-25C
Linking dwH to parameter 1, scaled by 0.750091x
Linking dwX to parameter 2, scaled by 0.750091x
Linking PA to parameter 3, scaled by 1.000000x
Linking kex to parameter 4, scaled by 1.000000x
Itemizing parameter 6 (R20 @ CS1, C2)
Working on C=3 (CTOT=3), 800-SQ-25C
Fixing dwH to zero (SQ curve)
Linking dwX to parameter 2, scaled by 1.000000x
Linking PA to parameter 3, scaled by 1.000000x
Linking kex to parameter 4, scaled by 1.000000x
Itemizing parameter 7 (R20 @ CS1, C3)
Working on C=4 (CTOT=4), 600-SQ-25C
Fixing dwH to zero (SQ curve)
Linking dwX to parameter 2, scaled by 0.750043x
Linking PA to parameter 3, scaled by 1.000000x
Linking kex to parameter 4, scaled by 1.000000x
Itemizing parameter 8 (R20 @ CS1, C4)
Starting fit...Undefined function 'fitoptions' for input arguments of type 'char'.
Error in FitResult/fitMe (line 623)
s = fitoptions( 'Method','NonlinearLeastSquares',...
Error in FitResult/simMe (line 1242)
fitResult_NoEx.fitMe(updateGroupParamsFlag);
Error in GUARDD_fit_rd>button_go_Callback (line 1612)
fitResult.simMe( updateGroupParamsFlag );
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in GUARDD_fit_rd (line 57)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)GUARDD_fit_rd('button_go_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
(End of Matlab error message.)
Do you have any suggestions for me?