
Invalid argument "simscapeelectricalsps".
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
W J
il 7 Ott 2023
Modificato: Walter Roberson
il 20 Mar 2025
>> 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 Commenti
Risposta accettata
Walter Roberson
il 7 Ott 2023
That structure of directory names for Simscape Electrical examples appears to be new as of R2023b.
That particular example is at https://www.mathworks.com/help/releases/R2023b/sps/ug/single-phase-asynchronous-machine.html
The R2023a version at https://www.mathworks.com/help/releases/R2023a/sps/ug/single-phase-asynchronous-machine.html instead uses the command
power_singlephaseASM
with no "openExample"
16 Commenti
Justine Joshua
il 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
il 20 Mar 2025
Modificato: Walter Roberson
il 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
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!