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 件のコメント

Adam
Adam 2016 年 8 月 16 日
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.
Ana Royce
Ana Royce 2016 年 8 月 16 日
編集済み: Walter Roberson 2016 年 8 月 16 日
sample code
exptecquad_1(tiki,1)=quad8('quadexptec','','',''......)
Walter Roberson
Walter Roberson 2016 年 8 月 16 日
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
Ana Royce
Ana Royce 2016 年 8 月 17 日
Thank you . Hope is the same in matlab 7.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

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