help-octave
[Top][All Lists]
Advanced

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

Re: question on runing octave script that uses function files in linux m


From: c.
Subject: Re: question on runing octave script that uses function files in linux machine
Date: Fri, 20 Jun 2014 12:19:16 +0200

On 20 Jun 2014, at 11:52, Alois Schloegl <address@hidden> wrote:

> you need to do
>  octave --eval "myscript.m"

that's actually 

  octave --eval "myscript"

without the extension, the string passed to eval is interpreted as an Octave 
command,
not a file name.

c.


reply via email to

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