How to integrate using Matlab 2012a?

1 回表示 (過去 30 日間)
Michael
Michael 2014 年 8 月 29 日
編集済み: Salaheddin Hosseinzadeh 2014 年 8 月 29 日
Hello,
How can I integrate using MATLAB 2012a? I wish to integrate precipitation over land so that I get an accumulation of precipitation with time.
I have seen the function 'int' but this is just for newer versions of MATLAB.
I have a 3d matrix x*y*t
thanks, Michael

採用された回答

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014 年 8 月 29 日
編集済み: Salaheddin Hosseinzadeh 2014 年 8 月 29 日
Hello Micheal,
First see if you can simply use sum instead of intergral. If not then chech the link below plz.
at the end of the page you can finde related similar functions that may also be helpful. Like if you don't have a function of your data and you need to do it numerically, for which you may check
doc trapz
doc cumsum
And so more.
Good Luck!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differentiation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by