Matlab function holding first value?

1 visualización (últimos 30 días)
Péter Király
Péter Király el 18 de Nov. de 2016
Respondida: Mischa Kim el 18 de Nov. de 2016
Hello everyone!
a=2;
b=3;
f=@(x) a*x+b;
f(1)=5
if I set
b=0;
f(1)=5
Why is this?

Respuestas (1)

Mischa Kim
Mischa Kim el 18 de Nov. de 2016
Hi Péter, this is explained well in the documentation here.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by