how to invoke an external application

Michael Grossbach michael at grossbach.org
Tue Apr 1 13:49:56 CDT 2008


Luis Pérez wrote:
> Hello,
> How do I invoke an external application?
> for example, when Matlab is used I can invoke the calculator by 
> typing "! calc" in the command bar.
> I'm running Octave on Windos xp.

system('calc')

HTH, Michael


More information about the Help-octave mailing list