Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCTAVE: 'gui_mainfcn' undefined #6

Open
anderson2805 opened this issue Jul 23, 2018 · 1 comment
Open

OCTAVE: 'gui_mainfcn' undefined #6

anderson2805 opened this issue Jul 23, 2018 · 1 comment

Comments

@anderson2805
Copy link

% 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?

@davidnbresch
Copy link
Owner

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)

With best regards, David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants