help-octave
[Top][All Lists]
Advanced

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

Catch22?


From: Leland Smith
Subject: Catch22?
Date: Mon, 24 Nov 2014 18:25:48 -0800

I have modified a Matlab program so it runs in Octave.  I would like to write ascii output data files, which I can do with the limitation that I need to use a script embedded file name.  I want to input any filename I choose to my script, but to that I need to make my script a function, and using a function I can't access my data since it isn't declared global in the Matlab script.
Has anyone one across this issue?

reply via email to

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