... | @@ -20,7 +20,7 @@ They are several folders created by AnyWave but only some are usefull to know fo |
... | @@ -20,7 +20,7 @@ They are several folders created by AnyWave but only some are usefull to know fo |
|
|
|
|
|
This is the folder where AnyWave will put configuration and settings files. Do not delete or modify them.
|
|
This is the folder where AnyWave will put configuration and settings files. Do not delete or modify them.
|
|
|
|
|
|
However, this is also the place to create a user.json file to specify particular parameters AnyWave will use.
|
|
However, this is also the place to create a **user.json** file to specify particular parameters AnyWave will use.
|
|
|
|
|
|
See Customise settings section.
|
|
See Customise settings section.
|
|
|
|
|
... | @@ -36,6 +36,10 @@ AnyWave allows the user to change preferences using the Edit->Preferences menu.\ |
... | @@ -36,6 +36,10 @@ AnyWave allows the user to change preferences using the Edit->Preferences menu.\ |
|
However, it is possible to customise some features using a user.json file that the user can put in the HOMEDIR/AnyWave/Settings folder.
|
|
However, it is possible to customise some features using a user.json file that the user can put in the HOMEDIR/AnyWave/Settings folder.
|
|
|
|
|
|
This file can be used to specify a MATLAB installation to use with AnyWave.\
|
|
This file can be used to specify a MATLAB installation to use with AnyWave.\
|
|
if you refer to the MATLAB documentation, you will see that AnyWave can detect at startup the MATLAB applications if there are installed on the default system paths (c;\\Program files on Windows, /Applications on macOS, /usr/local on linux)
|
|
if you refer to the MATLAB documentation, you will see that AnyWave can detect at startup the MATLAB applications if there are installed on the default system paths:
|
|
|
|
|
|
If you have installed MATLAB elsewhere, you must specify the path of you local installation in a user.json file allowing AnyWave to detect and use it. |
|
* C;\\Program files on Windows,
|
|
\ No newline at end of file |
|
* /Applications on macOS,
|
|
|
|
* /usr/local on Linux
|
|
|
|
|
|
|
|
If you have installed MATLAB elsewhere, you must specify the path of you local installation in a **user.json** file allowing AnyWave to detect and use it. |
|
|
|
\ No newline at end of file |