How can I get the simulink house heating example model?
5 次查看(过去 30 天)
显示 更早的评论
I am running the education version of MATLAB, but it seems to not have the simulink examples. I want to create a thermal model of a building, but would like to see examples in simulink of the House Heating System and the Thermal Model of a House. How can I get these models? I tried to run the command: "cd(setupExample('simulink_general/sldemo_househeatExample'));edit('sldemo_househeat_data.m')", but got invalid argument "simulink_general/sldemo_househeatExample" error.
Also tried: "openExample('simulink_general/sldemo_househeatExample')", but got same invalid argument error message.
It seems the version of MATLAB I have running does not have the simulink demo examples. How can I get these ?
Please expedite response.
Tolu
0 个评论
回答(1 个)
Shivani
2024-6-18
The commands to access a certain example are release-specific. The command you shared in the question can be used to open the example only in MATLAB R2019a. However, if you are not using that release, you will need to use the release-specific command.
You can use the following link to access the documentation of the particular release you are using to determine the command to access the example: https://www.mathworks.com/matlabcentral/answers/1721995-where-can-i-find-the-documentation-for-older-releases-of-matlab
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Thermal Liquid Library 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!