help-octave
[Top][All Lists]
Advanced

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

how to parse function parameter in octave?


From: frank wang
Subject: how to parse function parameter in octave?
Date: Fri, 29 Sep 2006 11:04:05 -0700

Hi,
 
I am trying to run the octave function in bash command. I can do such command in bash shell
 
bash-3.00$ octave < test.m
 
However, I need to pass a parameter in the function such as
 
bash-3.00$ octave < test_need_parameter('filename')
 
This will not work.
 
How can I pass the parameter to the function in such situation.
 
Thanks
 
Frank

reply via email to

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