This is a development repository of the Modeling Utility for Simscape.
- Development is made under the
Develfolder. - The
Releasefolder is used to create a release.
For a general introduction, see README.md in the Release folder.
In MATLAB®, cd to the Devel folder and run setup_paths to set up MATLAB path.
To run tests in the Devel folder:
- Make sure that MATLAB path does not include the
Releasefolder and its subfolders. UseunsetReleasePath.mto remove the path if necessary. - Use
buildfile.min theDevelfolder.
To run tests in the Release folder:
- Make sure that MATLAB path does not include the
Develfolder and its subfolders. - Copy target files and folders from
DeveltoReleaseusingcopyAll.mor othercopy*.mfiles. - Use
buildfile.min theReleasefolder.
cleanup*.m can delete files and folders that are safe to delete.
Such files and folders include .buildtool folders created by the Build Tool,
test-result folders created to store test results,
and those in Release that were copied from Devel.
This repository uses GitHub Actions for remote test automation.
See .github/workflows for the workflow definitions.
Running the tests in GitHub Actions requires MATLAB. For more information, visit the MATLAB Actions site in GitHub.
This repository uses the "GitHub Action for Creating GitHub Releases". For information, visit the Action's GitHub page.
For the workflow definition, see the following file.
Copyright 2025-2026 The MathWorks, Inc.