help-octave
[Top][All Lists]
Advanced

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

Re: beginner's question about Octave


From: Laurent Hoeltgen
Subject: Re: beginner's question about Octave
Date: Thu, 06 Sep 2012 22:12:12 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 06/09/12 21:51, leibo wrote:
Hello,

I am REALLY beginner with programming in general and with Octave in
particular, so please try to answer simple answers. I am trying to
understand how to save and load a file in Octave. Is there is a simple way
to write a code, save it and open it afterward, like I can save a program I
wrote in python with Pyscripter and open it afterward? another question:
does Octave has something equivalent to PyScripter - user-friendly and
comfortable? Thanks in advance!



--
View this message in context: 
http://octave.1599824.n4.nabble.com/beginner-s-question-about-Octave-tp4643826.html
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


Hi,

do you mean your octave code or some computed results? If you mean the code, then any text editor will do the trick. Emacs has good support for coding in octave, although it's not the most beginner-friendly editor. If you mean some results, you can write them to some file using the "save" command. Later on you use "load" to read in the data again.

Regards,
Laurent


reply via email to

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