finish

User-defined termination script for Nelson.

๐Ÿ“„ Description

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

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

To leverage this feature, create a file namedstartup.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 thestartup.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

Last updated

Was this helpful?