[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 22:52:45 -0800 (PST) |
>________________________________
> From: sarbjit <address@hidden>
>To: address@hidden
>Sent: Wednesday, December 5, 2012 8:30 AM
>Subject: gui_mainfcn not defined error
>
>
>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
>
>
>
Looking at "gui" in "gui_mainfcn" I'd say it a Matlab-speicific GUI-related
function which doesn't exist in Octave.
Octave is a _console_ application.
Regards,
Sergei.