photo

Josué Cartujano Barrera


Last seen: casi 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Why do i get "Index exceeds the number of array elements (2)". and how can i fix it? Please
clc; clear; y(1)=0; close all; y(2)=1; k=3:50 y(k)=2 -0.4 +1.2*y(k-1) -0.72*y(k-2); stem(k,y,'linewidth',2); ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get "Array indices must be positive integers or logical values" error when using?
Array indices must be positive integers or logical values. clc; clear; y(1)=0; y(2)=1; k=3.50 y=2 - 0.4 +1.2*y(k-1) -0.72*...

más de 3 años hace | 1 respuesta | 0

1

respuesta