|
|
using save command to save in other directory
Posted:
Jul 22, 2009 2:01 AM
|
|
I want to use the ' save ' command to save a variable.
currently i am using the below method,
a = [1 2 3]; save a.mat a
Can I change the directory that I want to save? coz, I realise that it save in the folder that I am using?
Is there way to save a variable in the destination that I want?
pls help.
|
|