我是靠谱客的博主 现代草莓,最近开发中收集的这篇文章主要介绍matlab ez和没有的函数,为什么我的MATLAB用不了mesh和ezmesh用不了了,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

为什么我的MATLAB用不了mesh和ezmesh用不了了0

00e27ab806e4881f8254fe7ae8741834.png晓洁385882013.08.09浏览199次分享举报

当我用ezmesh时出现

Warning: Warning: feval on script names will not work, or may work differently,

in a future version of MATLAB. To make your code insensitive to any change

and to suppress this warning message:

- Either change the script to a function.

- Or use eval instead of feval.

The script file in question is mesh.

> In ezgraph3>ezplot3s at 198

In ezgraph3 at 46

In ezmesh at 66

Error using feval

Attempt to execute SCRIPT mesh as a function:

C:UserslenovoDocumentsMATLABmesh.m

Error in ezgraph3>ezplot3s (line 198)

feval(surfstyle,cax,X,Y,Z);

Error in ezgraph3 (line 46)

h = ezplot3s(cax,Npts,f{:},domain,surfstyle,flabel,fargs,'st');

Error in ezmesh (line 66)

h = ezgraph3('mesh',args{:});

用mesh时出现

Error using feval

Attempt to execute SCRIPT mesh as a function:

C:UserslenovoDocumentsMATLABmesh.m

Error in ezgraph3>ezplot3s (line 198)

feval(surfstyle,cax,X,Y,Z);

Error in ezgraph3 (line 46)

h = ezplot3s(cax,Npts,f{:},domain,surfstyle,flabel,fargs,'st');

Error in ezmesh (line 66)

h = ezgraph3('mesh',args{:});

Undefined function 'Error' for input arguments of type 'char'.

最后

以上就是现代草莓为你收集整理的matlab ez和没有的函数,为什么我的MATLAB用不了mesh和ezmesh用不了了的全部内容,希望文章能够帮你解决matlab ez和没有的函数,为什么我的MATLAB用不了mesh和ezmesh用不了了所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(50)

评论列表共有 0 条评论

立即
投稿
返回
顶部