help-octave
[Top][All Lists]
Advanced

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

Fwd: Re: rewrite code from matlab to octave


From: Nicholas Jankowski
Subject: Fwd: Re: rewrite code from matlab to octave
Date: Thu, 11 May 2017 18:55:41 -0400


---------- Forwarded message ----------
From: "ma`en al-zu`bi" <address@hidden>
Date: May 11, 2017 6:51 PM
Subject: Re: rewrite code from matlab to octave
To: "Nicholas Jankowski" <address@hidden>
Cc:

dear Nicholas Jankowski 
thanks for answering me, 

the error in mainFNC, already I built the GUI in octave by (UICONTROL). 

please finds the attached I sent to you the code in Matlab and in octave.
if you can see inside the files and tell me how can I define the GUI in octave 

regards, 


 




On Thursday, May 11, 2017 10:22 PM, Nicholas Jankowski <address@hidden> wrote:


On Thu, May 11, 2017 at 11:42 AM, alzubi982 <address@hidden> wrote:
Hello ,
My name is maen alzubi

I have a Task to rewrite the code from matlab to octave but my problem is
rewriting the GUI in matlab to GUI in octave .
I need to build GUI like Matlab in octave and calling the function in the
same matlab ,



this code how can I write this in octave and definition the handles and
others
****************************** ***************************


<snip>

the first error is on gui_mainfcn.  It seems these functions are making use of the Matlab's GUIDE application development tool.  While Octave has some UI development functions [1], it does not have much of the GUIDE functionality emulated. You will have to re-code the functions using other GUI functions if possible.

[1] https://www.gnu.org/software/octave/doc/interpreter/GUI-Development.html


Sorry I realized I forgot to include the help list on my last reply to you. I have included the attachments here. Unfortunately I do not know much about how to create a GUI, so I'm unable to help you. Perhaps someone else on the list can

Attachment: matlab.fig
Description: Binary data

Attachment: matlab.m
Description: Binary data

Attachment: octave.m
Description: Binary data


reply via email to

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