[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gui_mainfcn not defined error
From: |
Sergei Steshenko |
Subject: |
Re: gui_mainfcn not defined error |
Date: |
Tue, 4 Dec 2012 23:11:39 -0800 (PST) |
----- Original Message -----
> From: James Sherman Jr. <address@hidden>
> To: sarbjit <address@hidden>
> Cc: address@hidden
> Sent: Wednesday, December 5, 2012 8:54 AM
> Subject: Re: gui_mainfcn not defined error
>
> 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
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>
Is the http://wiki.octave.org/FAQ#GUI entry about GUI frontend or it's about
GUI building facilities - like menus, buttons, sliders, etc - whose callback
can be Octave functions ?
E.g. like http://forge.scilab.org/index.php/p/guimaker/ ?
Also see GUI in http://www.scilab.org/products/scilab/roadmap .
Thanks,
Sergei.