help-octave
[Top][All Lists]
Advanced

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

Re: how to change the path in the console


From: Andy Buckle
Subject: Re: how to change the path in the console
Date: Thu, 20 Jun 2013 18:18:40 +0100




On 20 June 2013 17:58, dbonneau <address@hidden> wrote:
Hi,

I add my path by using addpath("C:\data"), and I see the path directories,
but I don't know how to set the path in octave consule.. What do I need to
make path change in octave console ? Thank you !

The current working directory is set with cd

cd c:\data
cd('c:\data')


--
/* andy buckle */

reply via email to

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