|
From: | Lars Johansson |
Subject: | Calling an octave function from a BAT file in windows |
Date: | Wed, 14 Dec 2016 10:33:23 +0100 |
User-agent: | Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
Hi ,This issue has been up for discussion before, but a quick search did not result in very clear directions?!
Many years ago I used Matlab compiler (on Windows) to compile a function '[a,b]=myfunction(varargin)'. The result was here an executable 'myfunction.exe' that I called from the command line (or any batch procedure) like
>> myfunction arg1 arg2 arg3 a= data1 data2 data3 .... b= data4 data5 data6 ....I am now trying to come up with a BAT file 'myfunction.bat' to do more or less the same thing. Any input would be very much appreciated (here the output is less important than the passing of arguments).
Best regards, /Lars
[Prev in Thread] | Current Thread | [Next in Thread] |