필터 지우기
필터 지우기

quad8 in matlab 7

조회 수: 4 (최근 30일)
Ana Royce
Ana Royce 2016년 8월 28일
편집: Walter Roberson 2022년 2월 12일
quad8 is higher-order terms and this function available in matlab 6.5 however, not in matlab 7. Gone through your side side and found the following : quad8, a higher-order method, has the same calling sequence as quad.
1) Can i replace my quad8 function to quad and will that work as higher order term as quad8?
Please assist.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 8월 28일
No. As I already indicated https://www.mathworks.com/matlabcentral/answers/299771-undefined-function-or-method-quad8-for-input-arguments-of-type-char#comment_385612 the replacement was quadl not quad. In turn, quadl is being replaced by integral in current versions (R2012a and later.)
If you specifically need Newton-Cotes 8 Panel (quad8) then use https://www.mathworks.com/matlabcentral/fileexchange/8999-summed-newton-cotes-rules with nodes set to 8.
  댓글 수: 1
Ana Royce
Ana Royce 2016년 8월 30일
Hi Walter , Many thanks for your kind help on fsolve , quad8 and etc.. Manage to solve issues that persists matlab7 during conversion from old code version (matlab6.5).

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

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by