help-octave
[Top][All Lists]
Advanced

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

load path


From: Luca Delucchi
Subject: load path
Date: Wed, 8 Aug 2007 18:23:46 +0200

Hello this is my first thread...

I would load some function on octave, I use

octave:1> loadpath="/home/luca/funzioni_octave/"
loadpath = /home/luca/funzioni_octave/

but after when I ask the function

octave:2> perc(1,1)
error: `perc' undefined near line 2 column 1

the function is this

function perc(a,b)
a*100/b
endfunction

Thank's
Bye Luca


reply via email to

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