This documentation page applies to an outdated AMT version (1.3.0). Click here for the most recent page.
[flags, kv] = amt_configuration;
[flags, kv] = amt_configuration('cacheURL', cU);
[flags, kv] = amt_configuration('silent');
[flags, kv] = amt_configuration('silent', 'normal');
amt_configuration accepts the following optional parameters:
| 'cacheURL',cU | Set the download URL of the cache |
| 'auxdatapath',aP | Set the path where the auxdata is stored |
| 'auxdataURL',aU | Set the download URL for the auxdata |
amt_configuration accepts the following flags:
| 'cacheMode' | sets the global cache mode, supported options
|
| 'disp' | sets the global display mode, supported options
|
amt_configuration can be used to retrieve and set the above parameters. Any parameter set in the functions amt_auxdatapath, amt_auxdataurl, and amt_cache will also be set in amt_configuration and vice-versa.