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: Juan Pablo Carbajal
Subject: Re: beginner's question about Octave
Date: Thu, 6 Sep 2012 22:14:09 +0200

On Thu, Sep 6, 2012 at 9:51 PM, leibo <address@hidden> 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,
I do not know the python tools you mention, so I try to answer your
other question.

You can save a script file with a sequence of commands. The script
file is just a txt file with valid Octave commands on it. To do it,
just open a txt file with your preferred text editor and write
commands as you would write them in the terminal.
Read more about scripts here
http://www.gnu.org/software/octave/doc/interpreter/Script-Files.html

Welcome to Octave and I hope that helps you a little bit. Explore the
manual to learn more and our wiki
http://wiki.octave.org/GNU_Octave_Wiki.

Cheers


-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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