STARTUP - add the RISE Toolbox to the MATLAB path and print the banner.
- Syntax:
rise.startup() % or: rise_startup – load RISE, print the banner rise.startup(“quiet”) % or: rise_startup quiet – load RISE, one-line message rise.startup(true) % unload RISE (remove its folders from the path)
- Args:
- flag: false (default) -> load RISE and print the welcome banner;
“quiet”/”silent” -> load RISE, print only a one-line confirmation; true -> unload RISE.
- Note:
Requires MATLAB R2023b or newer (RISE uses dictionary/configureDictionary).