|
From: | George Kousiouris |
Subject: | Re: Launch/run other (terminal) programs from Octave on Linux |
Date: | Wed, 22 Jul 2009 14:37:15 +0300 |
User-agent: | Thunderbird 2.0.0.22 (Windows/20090605) |
Hi,I have never tried to do this, except for simple commands (cd, ls etc.) which can be run from the octave command prompt. However if it cannot be done for other programs, you can use a shell script that goes the other way around (runs octave as normal program) and combine the two programs you want (octave and the C program) in the shell script.
Hope this helps George kleibo wrote:
Hi, is it possible to use the normal octave-prompt in the shell also to directlycontrol further programs? In particular I am interested in running a C program which controls a USB card. Any ideas how I can integrate that? Thanks
[Prev in Thread] | Current Thread | [Next in Thread] |