필터 지우기
필터 지우기

why is this happening? It's just an example from the textbook.

조회 수: 1 (최근 30일)
승택 홍
승택 홍 2021년 9월 24일
답변: Chunru 2021년 9월 24일
f=@(x) x-3;
r=solve(f)
Check for incorrect argument data type or missing argument in call to function 'solve'.

답변 (1개)

Chunru
Chunru 2021년 9월 24일
syms x
f=@(x) x-3;
r=solve(f, x)
r = 
3

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by