Difference between revisions of "AnyWave:MATLAB Batch GUI"

From WikiMEG
Jump to: navigation, search
(Created page with "=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.<br/> On alternative is to ...")
Line 3: Line 3:
 
On alternative is to batch processing using AnyWave and a GUI.<br/>
 
On alternative is to batch processing using AnyWave and a GUI.<br/>
 
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/>
 +
See the [[AnyWave:MATLAB Batchd|dedicated section to make it compatible]].<br/>

Revision as of 16:55, 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.