Menu

Oh. GITSA is now working!

2012-11-12
2015-02-16
  • Yunfeng Tian

    Yunfeng Tian - 2012-11-12

    I just forgot to add the gitsa path to Matlab environment. Now it works.

    Cheers,
    Yunfeng Tian

     
  • Sanjay

    Sanjay - 2015-02-12

    i am using matlab R2011a. i set the path and simply by typing gitsa .. following error message has occured

    gitsa
    ??? Error using ==> uipanel
    Conversion to double from unknown is not possible.

    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))

     
    • Mohammad Ali Goudarzi

      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
  • Sanjay

    Sanjay - 2015-02-13

    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;', ...

     
    • Mohammad Ali Goudarzi

      Can you check if the uipanel command works in your system or not?

       
  • Sanjay

    Sanjay - 2015-02-13

    yes it is working

     
  • Sanjay

    Sanjay - 2015-02-16

    still i am getting same error. is it problem of matlab or somthing else.

     
    • Mohammad Ali Goudarzi

      Yes, it can be a problem in your MATLAB. Try it with another installation of MATLAB preferably on another computer.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.