%% Thermal Characteristics of Heating a House
% 
% This system models the outdoor environment, the thermal characteristics of a house, 
% and the house's heating system.
% 
% The variables are initialized from file thermdat.m into the model's workspace. 
% The workspace can be edited directly or the thermdat.m file can be used to
% reinitialize the model workspace on command.  To view the model workspace,
% select the "View/Model Explorer" menuitem in the Simulink editor.
% 

open_system('sldemo_househeat')
sim('sldemo_househeat')
