help-octave
[Top][All Lists]
Advanced

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

Re: Pass Parameters _ Shell Script - Octave Script


From: aske
Subject: Re: Pass Parameters _ Shell Script - Octave Script
Date: Fri, 14 Jan 2011 12:52:08 -0800 (PST)

if i put in *.sh file a call to

./draw.m 


and in draw.m

a=[1,2,3,4,5]
b=[0,4,11,3,6]
plot(a,b)


work all!
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Pass-Parameters-Shell-Script-Octave-Script-tp3218252p3218357.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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