Difference between revisions of "AnyWave:MATLAB Batch GUI"
From WikiMEG
Line 4: | Line 4: | ||
This is a way to batch process several processes and several different files without writing a shell script.<br/> | This is a way to batch process several processes and several different files without writing a shell script.<br/> | ||
But first, your plugin must be able to run in batch mode from the command line.<br/> | But first, your plugin must be able to run in batch mode from the command line.<br/> | ||
− | See the [[AnyWave:MATLAB | + | See the [[AnyWave:MATLAB Batch|dedicated section to make it compatible]].<br/> |
Revision as of 15:56, 9 April 2020
Introduction
AnyWave can process files using the command line, but you will have to create a script file compatible with your platform and run it.
On alternative is to batch processing using AnyWave and a GUI.
This is a way to batch process several processes and several different files without writing a shell script.
But first, your plugin must be able to run in batch mode from the command line.
See the dedicated section to make it compatible.