Matlab function holding first value?

조회 수: 1 (최근 30일)
Péter Király
Péter Király 2016년 11월 18일
답변: Mischa Kim 2016년 11월 18일
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?

답변 (1개)

Mischa Kim
Mischa Kim 2016년 11월 18일
Hi Péter, this is explained well in the documentation here.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by