startup

User-defined startup 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

finish.m, exit, quit, path, userpath.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated