I have a Leslie Matrix
LeslieMatrixA = [0 0.4 0.7 0.5;
x 0 0 0;
0 0.8 0 0;
0 0 0.7 0]
and an initial population vector [10;10;10;10]
where 0.7<=x<=0.9
.
How can I create MATLAB code to show behaviour of the population over time?
Any help appreciated!
Thanks.