Invalid argument "simscapeelectricalsps".

7 views (last 30 days)
>> openExample('simscapeelectricalsps/SinglePhaseASMExample')
while I got an error shows as following
please tell me what is causing this problem? or which toolbox is lack?
And how can I find all the toolboxes needed for examples?
  3 Comments

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 7 Oct 2023
That structure of directory names for Simscape Electrical examples appears to be new as of R2023b.
power_singlephaseASM
with no "openExample"
  16 Comments
Justine Joshua
Justine Joshua on 20 Mar 2025
Hi! How about this example?
openExample('simscapeelectricalsps/SmallScaleMicroGridExample')
May I also ask how we can find the list of examples for older MATLAB versions so we can just consult there? Thanks!
Walter Roberson
Walter Roberson on 20 Mar 2025
Edited: Walter Roberson on 20 Mar 2025
The older command for that is
power_microgrid
There is no known list of examples for older versions of MATLAB.
What I do in cases such as these, is to google the final component of the openExample name on site:mathworks.com . That (mostly) gets me the current documentation page with the example. Then I extract some keywords from the title of that current page, and search for it in older versions of the Mathworks documentation, https://www.mathworks.com/help/doc-archives.html

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!