I got the following error while I ran GUI_Syre.m for the first time.
Error using .*
Matrix dimensions must agree.
Error in nodes_rotor_Circ_dx (line 164)
arc_area=pi(eta/360).[(x0-B1k).^2-(x0-B2k).^2]-([B2k-B1k].*YpontRadDx);
% surface of arc area for each barriers
Error in ROTmatr (line 44) [geo,mat,temp] = nodes_rotor_Circ_dx(geo,mat);
Error in Plot_Machine (line 29) [rotor,BLKLABELSrot,geo] = ROTmatr(geo,fem,mat);
Error in GUI_Syre>DrawPush_Callback (line 2381) [hc,dalpha,geo] = Plot_Machine(h,dataSet,flag_plot);
Error in GUI_Syre>GUI_Syre_OpeningFcn (line 178)
handles = DrawPush_Callback(hObject, eventdata, handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [],
guidata(gui_hFigure), varargin{:});
Error in GUI_Syre (line 59)
gui_mainfcn(gui_State, varargin{:});
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Sandeep.
Provided that you correctly run setup_path.m before running GUI_Syre.m, I believe this might be related to the version of Matlab you are using. We are currently set on Matlab r2018b. I hope this can help. Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got the following error while I ran GUI_Syre.m for the first time.
Error using .*
Matrix dimensions must agree.
Error in nodes_rotor_Circ_dx (line 164)
arc_area=pi(eta/360).[(x0-B1k).^2-(x0-B2k).^2]-([B2k-B1k].*YpontRadDx);
% surface of arc area for each barriers
Error in ROTmatr (line 44)
[geo,mat,temp] = nodes_rotor_Circ_dx(geo,mat);
Error in Plot_Machine (line 29)
[rotor,BLKLABELSrot,geo] = ROTmatr(geo,fem,mat);
Error in GUI_Syre>DrawPush_Callback (line 2381)
[hc,dalpha,geo] = Plot_Machine(h,dataSet,flag_plot);
Error in GUI_Syre>GUI_Syre_OpeningFcn (line 178)
handles = DrawPush_Callback(hObject, eventdata, handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [],
guidata(gui_hFigure), varargin{:});
Error in GUI_Syre (line 59)
gui_mainfcn(gui_State, varargin{:});
Hello Sandeep.
Provided that you correctly run setup_path.m before running GUI_Syre.m, I believe this might be related to the version of Matlab you are using. We are currently set on Matlab r2018b. I hope this can help. Regards.
Dear sir,
I have ran setup_path.m before running GUI_Syre.m. I am using Matlab 2014a and 2014b. Is there any work around possible?