help-octave
[Top][All Lists]
Advanced

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

Re: how to handle the path


From: Miquel E. Cabañas
Subject: Re: how to handle the path
Date: Sat, 22 Jul 2006 01:29:21 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

> I have a function in /home/fox/,how let octave to find it.
> I used "addpath (genpath ("./home/fox/")) "   but:
> error: `addpath' undefined near line 8 column 1
> my OS is debian

addpath is a function available in the octave-forge package, and you don't
seem to have it installed. Try,

  dpkg --status octave-forge

or

  aptitude show octave-forge

to find verify you have installed it, and if you have not, then install it
with, for instance,

  aptitude install octave-forge

Upon installation, launch octave and type "help addpath" for information
on how to use it.

Miquel

-- 
Miquel Cabañas, SeRMN, UAB
address@hidden



reply via email to

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