Variables and Constants in a matrix

[img=http://s22.postimage.org/5cc4ac3vl/image.png]

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
[code]theta1 = -160:10:160;[/code]
and T1 as is given,but it says
[code]Error using vertcat
CAT arguments dimensions are not consistent.[/code]

If I declare the matrix with only first two rows,it accepts the input.Bu when displaying,its shows only the variable rows,not the constants.

How to declare the matrix with variables and constants?
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories