필터 지우기
필터 지우기

f(x)=x²+2.000 syntax code

조회 수: 3 (최근 30일)
edwinda ramadahani
edwinda ramadahani 2023년 9월 23일
답변: Stephen23 2023년 9월 23일
f(x)=x²+2.000 syntax code

답변 (1개)

Stephen23
Stephen23 2023년 9월 23일
f = @(x) x.^2 + 2;
fplot(f)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by