You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @climada_viewer_OpeningFcn, ...
'gui_OutputFcn', @climada_viewer_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT
gui_mainfcn will not work in OCTAVE, is there any package i need to download to resolve this?
The text was updated successfully, but these errors were encountered:
the GUI does NOT work in Octave (MTALAB's guide is not implemented in Octave). There is no workaround. Use climada_demo_step_by_step instead (see CLIMADA manual, p 5, footnote 18)
gui_mainfcn will not work in OCTAVE, is there any package i need to download to resolve this?
The text was updated successfully, but these errors were encountered: