How can I get the simulink house heating example model?
조회 수: 4 (최근 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!