1 2 3 4 5 6 7 8 9
clc; clear; V=7500 //volume in m^3 T=1.2 //time in seconds //calculations A=(0.162*V)/T mprintf("Total absorption in hall = %0.1f m^2 sabine",A)