Undefined function or method 'quad8' for input arguments of type 'char'.

Having above error in Matlab 7 but no issue in matlab 6.5. Please assist.
Advance Thanking

4 个评论

What are you expecting quad8 to be? It doesn't appesar to be in any builtin toolbox, at least certainly not one that my Matlab 2016a is suggesting.
sample code
exptecquad_1(tiki,1)=quad8('quadexptec','','',''......)
quad8 is long obsolete...
quad8 implements a higher order method using an adaptive recursive Newton-Cotes 8 panel rule
It was replaced with quadl starting in MATLAB 6.0
Thank you . Hope is the same in matlab 7.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

提问:

2016-8-16

评论:

2016-8-17

Community Treasure Hunt

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

Start Hunting!

Translated by