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 个评论

请先登录,再进行评论。

类别

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