fimplicit function dont work for some reason

답변 (1개)

Walter Roberson
Walter Roberson 2017년 2월 2일

0 개 추천

fimplicit requires R2016b or later. If you do have R2016b or later, please show us your code.

댓글 수: 2

Here it is
In the second of those, because a function handle is not being created, that code can only work if you had previously used
syms x
so that the assignment creates a symbolic expression that MATLAB can plot.
If you had not used "syms x" and had not assigned anything to x, then your assignment to "fun" will fail because of the undefined x. If you had assigned something numeric to x then the assignment to fun would work but fimplicit() would fail because fimplicit() is not defined when the first parameter is numeric.

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

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

질문:

2017년 2월 2일

댓글:

2017년 2월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by