Main
Home
Quick tour
Documentation
Mailing Lists
Demonstration
Download
Sourceforge project
FAQ
History
Links


Toolboxes
Char
Control
Crypto
Finance
FunFun
General
Graphics
Image
Internal
InputOutput
LinearAlgebra
Matrix
Miscellaneous
Net
Polynomial
Set
Signal
SpecFun
SpecialMatrix
Statistics
String
System
Time
Trigonometric
...


Contact
Developers

JMathLib
A Java Clone of Octave, SciLab, Freemat and Matlab.

[Index] [Documentation] [Demonstration] [Download]

runfile

Type: External

Group: IO

Syntax

RUNFILE("filename")

Description

Runs the script file specified by filename. @NOTE This is used to run script files, not function files.

Examples

RUNFILE("script.m");

See Also

dir, cd, systemcommand

Last modified
SourceForge Logo