Re: saving more than one variable in file
- From: "Nasser Abbasi" <nma@xxxxxxxxx>
- Date: Wed, 28 Mar 2007 04:54:46 -0700
"Maha" <mayahgr@xxxxxxxxx> wrote in message
news:ef52060.-1@xxxxxxxxxxxxxxxxxxxxxxxxxx
I am trying to save more than one variable in my code into an ASCII
.txt file. I understand that if I were to save for example y below
y = [1 2 3 4; 5 6 7 8];
I would have to say
save y.txt y -ascii
what if I wanted to save more variables in the code to the same
file? I am able to rpint them in the command window but would like to
be able to analyse the data separately...
thanks in advance
Just list the variables?
2.0000000e+000a=2; b=3;
save foo.txt a b -ascii
!type foo.txt
3.0000000e+000
hth
Nasser
.
- References:
- saving more than one variable in file
- From: Maha
- saving more than one variable in file
- Prev by Date: Re: debugging breakpoints functions
- Next by Date: sell nike,jordan,air max,timberland www.nikejordanaaa.com
- Previous by thread: saving more than one variable in file
- Next by thread: sell nike,jordan,air max,timberland www.nikejordanaaa.com
- Index(es):
Relevant Pages
|