help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gui_mainfcn not defined error


From: James Sherman Jr.
Subject: Re: gui_mainfcn not defined error
Date: Wed, 5 Dec 2012 01:54:36 -0500

On Wed, Dec 5, 2012 at 1:30 AM, sarbjit <address@hidden> wrote:
> Hi, I am new user to Octave/Matlab. I am having an Matlab code, when I try
> to run this in Octave. I am getting the following message :-
> octave-3.6.2.exe:29> sinesum2 error: `gui_mainfcn' undefined near line 44
> column 5 error: called from: error: D:\Octave-3.6.2\sinesum2.m at line 44,
> column 5 Can some one please help me to make it work in Octave. Thanks
> ________________________________
> View this message in context: gui_mainfcn not defined error
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

Greetings,

Just guessing from the name of the function, it calls some Matlab gui
function.  Octave currently does not have gui functionality (but it is
coming soon!  Its currently in the development branch).  If you can't
wait, your two options are either to compile the development branch
yourself (though I have no idea if said function would be implemented)
or try one GUIs put out by 3rd parties.  You can read more about this:
http://wiki.octave.org/FAQ#GUI

Hope this helps,

James Sherman


reply via email to

[Prev in Thread] Current Thread [Next in Thread]