help-octave
[Top][All Lists]
Advanced

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

Pass Parameters _ Shell Script - Octave Script


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

How can i pass two parameters (vectors) from a Shell Script to a Octave
Script ??

That's the idea..

In "prove.sh"
-------------------------------------
#!/bin/bash

.... do something

./draw.m Vector1 Vector2


In "draw.m"
-------------------------------------
plot(Vector1/Parametr1, Vector2/Parametr2)



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


reply via email to

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