How to find the value of variable in the library?
1 次查看(过去 30 天)
显示 更早的评论
I am doing my project with the model example in Synchronous Machine Synchronous Machine - MATLAB & Simulink (mathworks.com)
I try to find the value of these variable (SM.sat, SM.RLinv, SM.Linv, etc) but can't find it. I just tried see in Model Explorer but just find the type and can't see the value (see picture). Anyone can help?
0 个评论
回答(1 个)
madhan ravi
2023-11-30
Click on the subsystem and press ctrl + M and go to initialization.
And make sure to check out all the callbacks of the subsytem.
Should probably be found in one of the above methods.
I don't have the access to the toolbox so can't check from my side.
2 个评论
madhan ravi
2023-12-5
Probably it’s a read only block. I probably would suggest you to contact the authors mentioned in the documentation.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Create Large-Scale Model Components 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!