photo

Josué Cartujano Barrera


Last seen: presque 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
74 032
of 301 360

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 241

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 151

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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); ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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*...

plus de 5 ans il y a | 1 réponse | 0

1

réponse