Type Analysis
must compute
identifier nature
the shape (scalar, matrix, ...),
dimensions sizes,
element type (complex, real, ...)
res
a = pi;
pi = 3;
res = pi;
constant p
constant 3
script res.m
A = [1 2] ;
for k = 3:bsup
A(k) = 0;
end
the size of A increase
at each iteration
Diapositive précédente
Diapositive suivante
Revenir à la première diapositive
Afficher la version graphique