help-octave
[Top][All Lists]
Advanced

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

Re: Using a string variable as a filename #2


From: JuanPi
Subject: Re: Using a string variable as a filename #2
Date: Wed, 5 Jul 2017 23:20:55 +0200

On Wed, Jul 5, 2017 at 9:23 PM, Charl Muishond <address@hidden> wrote:
>
> Hi Juan,
> I use Octave but struggle to have my data saved.
> I want to do it as follows:
> Fname = input(“ Enter filename to save data to: “);
> How can I proceed from here so that whatever filename I type in would be used 
> to save the data?
> I truly hope you can assist.
> Thanking you in advance
> Kind Regards/ Vriendelike Groete
> Charl Muishond
>

Hi, please use the help mailing list for requesting help.

To read a string from user input do

fname = input ("Enter filename to save data to: ", "s")

then you can use Octave's save command if that suits your need. Check
the help of input and save using

help input

or

help save

get used to use the "help" command, as well as "lookfor", and the TAB
key. Also always try to use the latest stable release (currently
4.2.1)

Cheers



-- 
JuanPi Carbajal
https://goo.gl/ayiJzi
Public GnuPG key: 9C5B72BF
-----
"Why is thought, being a secretion of the brain, more wonderful than
gravity, a property of matter?"
- C. Darwin



reply via email to

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