Dear All,
I did link matlab with Gridmat and ran Module1\Solutions\2.4 Collector Solutions\IEEE_37BUS.glm as a test, got following errors. I think I am missing something here. Please help.
??? Undefined function or method 'tcpip' for input arguments of type 'char'.
Error in ==> core at 11
socket = tcpip('localhost', 6267, 'NetworkRole', 'client');
Error in ==> GridMat>debug_pushbutton_Callback at 159
core(handles);
Error in ==> GridMat>run_pushbutton_Callback at 170
debug_pushbutton_Callback(hObject, eventdata, handles);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> GridMat at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)GridMat('run_pushbutton_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
Saurav
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It may happen that you simply do not have Instrument Control Toolbox with tcpip command.
However, the main point is that Gridmat simply does not work. Downloading Gridmat and trying make it working is just a waste of time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear All,
I did link matlab with Gridmat and ran Module1\Solutions\2.4 Collector Solutions\IEEE_37BUS.glm as a test, got following errors. I think I am missing something here. Please help.
??? Undefined function or method 'tcpip' for input arguments of type 'char'.
Error in ==> core at 11
socket = tcpip('localhost', 6267, 'NetworkRole', 'client');
Error in ==> GridMat>debug_pushbutton_Callback at 159
core(handles);
Error in ==> GridMat>run_pushbutton_Callback at 170
debug_pushbutton_Callback(hObject, eventdata, handles);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> GridMat at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)GridMat('run_pushbutton_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
Saurav
It may happen that you simply do not have Instrument Control Toolbox with tcpip command.
However, the main point is that Gridmat simply does not work. Downloading Gridmat and trying make it working is just a waste of time.