Summary of "Downloading and Installing Toolboxes in SCILAB[TUTORIAL]"

Main ideas / concepts

Installation methodology (step-by-step)

  1. Find the toolbox/module you want

    • Go to: https://adams.scilab.org
    • Browse categories or search for the toolbox.
    • Optionally review the toolbox description and supported Scilab versions.
  2. Download the toolbox file

    • On the toolbox page, locate the toolbox/module file to download.
    • Download it for your system.
    • After download, note the local download path (the full path to the file/folder).
  3. Install the toolbox in Scilab using ADAMS install

    • In the Scilab console, run:
      • atoms install "<FULL_PATH_TO_TOOLBOX>"
    • The path should be provided as a string.
    • Expected behavior: Scilab connects to ADAMS to confirm availability/updates and then completes installation.
  4. Confirm installation

    • The console shows a success message once installation completes.
  5. Load the toolbox into Scilab

    • Use:
      • atoms load <toolbox_name>
    • Important detail: the toolbox name to load is not necessarily the entire display title; it’s the specific name provided in the toolbox metadata/description or visible in console output/help.

Using the installed toolbox (demonstration)

Additional notes / automation options mentioned

Conclusion / lesson

To extend Scilab:

Toolboxes add new computational capabilities (like equation/root solving) and allow those functions to be used like built-in Scilab functions.

Speakers / sources featured

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video