
I have to represent the 2D array as a variable where theta1 is a variable that varies from -160 to 160 through steps of 10.
I have defined theta1 as
theta1 = -160:10:160;
and T1 as is given,but it says
Error using vertcat CAT arguments dimensions are not consistent.