How to open a Simulink example using command
Show older comments
I am trying to open a model called "Residential Air Source Heat Pump" from the Simscape Fluids by using the command "sscfluids_residential_air_source_heat_pump". It shows that to run command by entering it in the MATLAB Command Window. However, when I enter it in the MATLAB Command Window, it shows that Unrecognized function or variable 'sscfluids_residential_air_source_heat_pump'. Could anyone can guid me how to open this kind of model by using the MATLAB Command Window?


Answers (1)
Most likely, you don't have the toolbox installed. Or, if installed, the path is not correctly set. Try these two commands in your MATLAB to see what returns.
ver fluids
which sscfluids_residential_air_source_heat_pump
Categories
Find more on Two-Phase Fluid Library in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!