<< executable Engine getnelsonmode >>

finish


User-defined termination script for Nelson.


Description


startup.m in Nelson initiates user-specified commands upon Nelson startup.

It executes any file named startup.m that is located on the search path.

To leverage this feature, create a file named startup.m in the userpath folder, which is included in the Nelson search path.

Embed commands within this file that you wish to be executed during Nelson startup.

This could involve setting physical constants, defining defaults for graphics properties, incorporating engineering conversion factors, or predefining any other elements desired in your workspace.

Customizing the startup.m file allows you to establish a tailored environment every time Nelson is launched.

See also


exit, quit, startup, userpath.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< executable Engine getnelsonmode >>