help-octave
[Top][All Lists]
Advanced

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

RE: Programming on Octave


From: DURY Bastien
Subject: RE: Programming on Octave
Date: Thu, 24 Jan 2019 15:30:56 +0000

Yes exactly ! That is very cool thank you very much I could not find anything on the web !

I have another question for you...

I a using a xlswrite function in my program to export a matrix in excel but it always tells me "error: 'r_extnd' undefined" when I want to run it.

Do you know what I need to do ? 

I am using this script : xlswrite('Measures.xslm', Results);

With Results that is a 8x3 matrix...


Best regards


Bastien


De : Kai Torben Ohlhus <address@hidden>
Envoyé : jeudi 24 janvier 2019 14:49:16
À : DURY Bastien
Cc : address@hidden
Objet : Re: Programming on Octave
 
On Thu, Jan 24, 2019 at 2:30 PM DURY Bastien <address@hidden> wrote:

Hello,


I am doing some program for a company and I am searching for tips to make my program more easy to use.

The first thing I want to do is to open a window with windows explorer to search a file to open (for the program not to search for the m file). Is it possible ?


Best regards


Bastien Dury



Are you looking for a file-chooser?  Try "uigetfile()" https://octave.org/doc/v4.4.1/XREFuigetfile.html and for some nice examples https://wiki.octave.org/Uicontrols .

Best,
Kai

reply via email to

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