solve integrals with matlab
5 ビュー (過去 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!