%Model Plant&Model Acuan Pengatur Suhu Ruang figure; subplot(211); t=plantsuhu(:,1); y=plantsuhu(:,2); plot(t,y); subplot(212); t=acuansuhu(:,1); ym=acuansuhu(:,2); plot(t,ym);