Sorry to be a bother. This occurs when pressing Go! in Fit RD. I'm confused by this error since the same process works during the tutorial. Yet the error messages don't seem to relate to things about my particular data.
Fitting (1-60 sec)
FUNCTION: Group.updateFitParams
Working on CS=1, Leu 14NH
Working on C=1 (CTOT=1), 601-SQ-25C
Fixing dwH to zero (SQ curve)
Itemizing parameter 1 (dwX @ CS1, C1)
Itemizing parameter 2 (PA @ 298K) *PA0*
Itemizing parameter 3 (kex @ 298K) *kex0*
Itemizing parameter 4 (R20 @ CS1, C1)
Working on C=2 (CTOT=2), 800-SQ-25C
Fixing dwH to zero (SQ curve)
Linking dwX to parameter 1, scaled by 1.331657x
Linking PA to parameter 2, scaled by 1.000000x
Linking kex to parameter 3, scaled by 1.000000x
Itemizing parameter 5 (R20 @ CS1, C2)
Starting fit...done (2.9 sec)
Starting analysis...done (0.2 sec)
Starting analysis...done (0.4 sec)
Error in ==> Group>Group.getFitNameArray at 861
fitStringArray = {''};
??? Error using ==> getFitNameArray
Output argument "f_Best" (and maybe others) not assigned during call to
"/Users/drichman/Dropbox/pro/code/GUARDD--2011.09.11/Group.m>Group.getFitNameArray".
Error in ==> GUARDD_fit_rd>refresh_display at 459
[fitStringArray, f_Best] = group.getFitNameArray();
Error in ==> GUARDD_fit_rd>button_go_Callback at 1662
refresh_display(handles);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> GUARDD_fit_rd at 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
Is it possible this is related to a warning that arose while loading the saved session?:
Loading (30-600 sec)
session Cleared Loaded
simulationSessionWarning: Variable 'simulationSession' not found.
> In GUARDD>menu_file_load_session_Callback at 510
In gui_mainfcn at 96
In GUARDD at 52
In @(hObject,eventdata)GUARDD('menu_file_load_session_Callback',hObject,eventdata,guidata(hObject))
Warning: Could not find an exact (case-sensitive) match for 'simulationSession'.
/Users/drichman/Dropbox/pro/code/GUARDD--2011.09.11/SimulationSession.m is a
case-insensitive match and will be used instead.
You can improve the performance of your code by using exact
name matches and we therefore recommend that you update your
usage accordingly. Alternatively, you can disable this warning using
warning('off','MATLAB:dispatcher:InexactCaseMatch').
This warning will become an error in future releases.
> In GUARDD>menu_file_load_session_Callback at 513
In gui_mainfcn at 96
In GUARDD at 52
In @(hObject,eventdata)GUARDD('menu_file_load_session_Callback',hObject,eventdata,guidata(hObject))
Loaded
Loaded "GUARDD-Session.mat" (3.4 sec)
Thanks. Please let me know what further information I might provide.