solve integrals with matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
is it possible that my matlab version does not have the function int to solve integrals?
I have the 7.6.0.
from help int:
INT Convert a FILTSTATES.CIC object to an integer matrix. INT(Hs) returns an signed integer matrix for the FILTSTATES.CIC object.
Thank you!
댓글 수: 0
채택된 답변
the cyclist
2012년 1월 9일
I misinterpreted your question at first, so sorry if you saw my previous answer, before I edited it.
I believe int() is a function in the DSP System Toolbox, which is not a part of core MATLAB, and you are seeing its help file. That is not a function for integration.
There are many functions in MATLAB for numerical integration. You might try typing
>> help quad
to get started.
댓글 수: 0
추가 답변 (1개)
Walter Roberson
2012년 1월 9일
The int() function that deals with integrals is part of the Symbolic Toolbox.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!