fimplicit3 error: Array sizes must match

조회 수: 3 (최근 30일)
Loris Chavée
Loris Chavée 2017년 3월 3일
댓글: Karan Gill 2017년 3월 10일
Hello everybody!
I have a problem with the function fimplicit3.
I try to plot simple surfaces as x^2 + y^2 - z^2 using two lines of code:
syms x y z
fimplicit3(x^2 + y^2 - z^2)
and no matter wich surface I want to plot it returns me the same error everytime! Even if i try the script in thet MATLAB help section inside the program.
This is the message that i get everytime I try: "Warning: Error updating ImplicitFunctionSurface
Array size must match."
What can I do ? Thanks for your help!
  댓글 수: 8
Loris Chavée
Loris Chavée 2017년 3월 7일
Ok I don't know why but now it works! Thanks for your help! I deleted all the functions i created and now it's back to normal!
Karan Gill
Karan Gill 2017년 3월 10일
My guess is that you had already defined x,y, or z so clearing all your variables solved the problem.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by