solve integrals with matlab

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!

 채택된 답변

the cyclist
the cyclist 2012년 1월 9일

0 개 추천

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.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2012년 1월 9일

0 개 추천

The int() function that deals with integrals is part of the Symbolic Toolbox.

카테고리

질문:

2012년 1월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by