필터 지우기
필터 지우기

the meaning of @ in this equation?

조회 수: 3 (최근 30일)
Eliza
Eliza 2017년 10월 16일
댓글: Star Strider 2017년 10월 16일
what is the meaning of this expression?
f=@(x) x.^2-2;
  댓글 수: 1
Star Strider
Star Strider 2017년 10월 16일
The ‘@’ defines a ‘function handle’. See Create Function Handle (link) for details.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ahmed raafat
Ahmed raafat 2017년 10월 16일
@(x) : define variable x as anonymous variable so that we can we easily write our equations

카테고리

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