Construct a matlab program to import the data from Excel (data1.xls), calculate the theoretical weight of each layer of block for a pyramid and indicate which layer's weight does not math the measured value within a tolerance of %10
* The pyramid had a square base of 200 cubits
* The height of each row of blocks is on cubit and there are 500 stair stepped layers
* 1 cubit = 1.5 feet
* The density of the stone is 130 lb/ft^3
1) Create a table with headers indicating the level number of the hidden passages, the the experimental weight and the theoretical weight and output to a file called: output.txt
2) Display table with headers to the command window
3) Create a plot of the pyramid levels using a horizontal bar chart. Highlight those levels with hidden passages in yellow otherwise leave the default color of blue. You may need to zoom in to see highlighted levels.