help-octave
[Top][All Lists]
Advanced

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

Re: printing and saving


From: NZG
Subject: Re: printing and saving
Date: Wed, 9 Feb 2005 12:40:46 -0600
User-agent: KMail/1.7.1

If your a Linux user, 
Kwrite recognizes does automatic syntax highlighting for .m files.

NZG.

On Wednesday 09 February 2005 09:37 am, Robert A. Macy wrote:
> Don't know about printing, but editing - I highly recommend
> Sc1.exe which is around 266KB, doesn't insinuate itself
> into Windows, and colors the various functions with
> autoindent etc.
>
> for saving files I use two forms (because they're handy)
>
> save "filename.bin" var01 var02 var03;
>
> Which OVERWRITES a file called filename.bin with the data
> of var01 var02 and var03 in binary (somewhat compressed
> form)
>
> often I use a different form so I can examine the data with
> notepad...
>
> save "filename.txt" var01 var02 var03;
>
> Which also OVERWRITES a file called filename.txt with data
> of var01 var02 and var03 in text form
>
>                 - Robert -
>
>
>
> On Tue, 8 Feb 2005 19:42:30 -0600
>
>  "address@hidden" <address@hidden> wrote:
> > How do I save my files, and open them later in Octave?
> >  How do I write to a notepad file, then load it in Octave
> > for running?  How do I print my output?
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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