matlab
Q1)
a) create a vector that starts at a, ends at b, and has aspacing of c (allow the user to input all of these parameters)
b)create an inches vector using a,b and c
c) calculate the corresponding values of feet in another vector(1feet=12 inches)
d) group the inch vector and the feet vector together into atable matrix
e)use the disp command to create a title for a table thatconverts inches to feet
f)use the disp command to create column headings for yourtable
g)use fprintf command to send your table to the commandwindow