solve integrals with matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
the cyclist
am 9 Jan. 2012
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 Kommentare
Weitere Antworten (1)
Walter Roberson
am 9 Jan. 2012
The int() function that deals with integrals is part of the Symbolic Toolbox.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!