Create a vector from the population data using the following

Create a vector from the population data using the following format: variable name: [type vector elements] Create a row vector from the population data. Create a column vector from the population data Transpose the vector in c.

Solution

>> Year = 1984:2:1996

Year =

1984 1986 1988 1990 1992 1994 1996

>> Population = [ 127 130 136 145 158 178 211]

Population =

127 130 136 145 158 178 211

>> Population = [ 127 130 136 145 158 178 211]\'

Population =

127
130
136
145
158
178
211

>> c = transpose(Population)

c =

127 130 136 145 158 178 211

 Create a vector from the population data using the following format: variable name: [type vector elements] Create a row vector from the population data. Create

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site