The mesh function is not working for me in offline Matlab, but when I check this code in online Matlab, it works. What is the reason?

조회 수: 3 (최근 30일)
  댓글 수: 4
Torsten
Torsten 2025년 1월 27일
편집: Torsten 2025년 1월 27일
What do you get as output if you type
which error -all
built-in (/MATLAB/toolbox/matlab/lang/error) /MATLAB/toolbox/matlab/connector2/logger/+connector/+internal/Logger.p % connector.internal.Logger method built-in % gpuArray method
which mesh -all
/MATLAB/toolbox/matlab/graphics/graphics/graph3d/mesh.m
?
Did you somewhere create your own function mesh.m or error.m ? Then rename it / them .

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

답변 (1개)

Star Strider
Star Strider 2025년 1월 26일
We do not have access to your computer.
Run these from your Command Window or a script:
restoredefaultpath
rehash toolboxcache
and try it again. If it is still not working after that, Contact Support.
  댓글 수: 3
Kuvon
Kuvon 2025년 1월 27일
ooooooo Thank you very much, I fixed them, the mathlab is working now.
Star Strider
Star Strider 2025년 1월 28일
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.

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

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by