Dear Sanjay,
The first error message you get is related to "uipanel". What I can understand from this and the rest of error messages is that you have not already installed "GUILayout Toolbox" available at http://www.mathworks.com/matlabcentral/fileexchange/27758-gui-layout-toolbox . You should install it like a toolbox in MATLAB, add the GITSA directory to the MATLAB path, and then run it. Please let me know if it solves the problem.
Cheers
Ali
Last edit: Mohammad Ali Goudarzi 2015-02-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just forgot to add the gitsa path to Matlab environment. Now it works.
Cheers,
Yunfeng Tian
i am using matlab R2011a. i set the path and simply by typing gitsa .. following error message has occured
Error in ==> gitsa>uipanelJumpDetect_CreateFcn at 764
tsTblJDTab(1) = uipanel('Parent', handles.hTblJDTabs);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> gitsa at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)gitsa('uipanelJumpDetect_CreateFcn',hObject,eventdata,guidata(hObject))
??? Error using ==> struct2handle
Error while evaluating uipanel CreateFcn
??? Error using ==> uipanel
Conversion to double from unknown is not possible.
Error in ==> gitsa>uipanelSpecs_CreateFcn at 732
tsTblTab = uipanel('Parent', handles.hTblTabs);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> gitsa at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)gitsa('uipanelSpecs_CreateFcn',hObject,eventdata,guidata(hObject))
??? Error using ==> struct2handle
Error while evaluating uipanel CreateFcn
??? Error using ==> uipanel
Conversion to double from unknown is not possible.
Error in ==> gitsa>uipanelTabs_CreateFcn at 669
handles.tsFigTab = uipanel('Parent', handles.hFigTabs);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> gitsa at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)gitsa('uipanelTabs_CreateFcn',hObject,eventdata,guidata(hObject))
??? Error using ==> struct2handle
Error while evaluating uipanel CreateFcn
GNSS Interactive Time Series Analysis software (GITSA)
Developed by:
Mohammad Ali Goudarzi
Center for Research in Geomatics (CRG)
Departement of Geomatics Science
Laval University
Version: 1.2.0-D
Web: sourceforge.net/projects/gitsa/
Starting matlabpool using the 'local' configuration ... ??? Reference to non-existent field 'tsTable'.
Error in ==> gitsa>mainWindow_ResizeFcn at 252
set(handles.tsTable, 'Units', 'Pixels');
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> gitsa at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)gitsa('mainWindow_ResizeFcn',hObject,eventdata,guidata(hObject))
Dear Sanjay,
The first error message you get is related to "uipanel". What I can understand from this and the rest of error messages is that you have not already installed "GUILayout Toolbox" available at http://www.mathworks.com/matlabcentral/fileexchange/27758-gui-layout-toolbox . You should install it like a toolbox in MATLAB, add the GITSA directory to the MATLAB path, and then run it. Please let me know if it solves the problem.
Cheers
Ali
Last edit: Mohammad Ali Goudarzi 2015-02-12
matlabroot,'\toolbox\guilayout-v1p17\layouthelp;', ...
matlabroot,'\toolbox\guilayout-v1p17\patch;', ...
i set the path in pathdef.m file
matlabroot,'\toolbox\guilayout-v1p17\layout;', ...
matlabroot,'\toolbox\guilayout-v1p17;', ...
matlabroot,'\toolbox\guilayout-v1p17\layouthelp\images;', ...
matlabroot,'\toolbox\guilayout-v1p17\layouthelp\helpsearch;', ...
matlabroot,'\toolbox\guilayout-v1p17\layouthelp\examples;', ...
'E:\gitsa;', ...
Can you check if the uipanel command works in your system or not?
yes it is working
still i am getting same error. is it problem of matlab or somthing else.
Yes, it can be a problem in your MATLAB. Try it with another installation of MATLAB preferably on another computer.