File Applications/standalone/ifit.m Usage: ifit [options] arguments commands iFit executable from command line. Project page at arguments: Any file name, including directories (imports all recursively). Files can also be given as distant URLs (via http and ftp), and as compressed content (zip, tar, gzip). Script files (.m) are executed, other files are imported. Any numerical value, including arrays given as e.g. '[ 1 2 ...]'. The 'empty' argument is obtained from the '[]' argument Any argument given between double quotes is used as a string argument. Any argument given between simple quotes is evaluated as a an expression. Once all arguments have been processed, they are stored in the 'this' variable (cell array) for further use, and the program enters in interactive mode except when the --exit argument is specified. In interactive mode, any Matlab command can be entered if it spans on a single line. In addition: 'verbose' and 'silent' commands toggle the echo of commands in the terminal. 'doc' and 'help' open the documentation 'run