Statistiques
2 Questions
0 Réponses
RANG
143 461
of 301 723
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 401
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 250
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
Feeds
Question
Why am I getting: "Index exceeds the number of array elements (1)." error?
function Euler2 (k, Ta, t0, T0, tn, n) h = (tn - t0)/n; t = t0; T = T0; for i=1:n T(i+1) = T(i) + (-k(T(i)-Ta)) * h; ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Why is my function outputting a blank graph:
function add(a, b, n) figure, hold on for i=1:n a = [a+2]; b = [b*2]; fprintf("%8.3f", a), fprintf("%19.4f\n", ...
plus de 7 ans il y a | 2 réponses | 0