MATLAB code for flood model

20 次查看(过去 30 天)
yusuf syed
yusuf syed 2020-2-3
编辑: Sid Ali Dj 2022-8-18
Need help with a MATLAB code which can act as a flood model. If the elevation height of a region is given and the amount of rainfall that falls in that terrain is given, the code should be able to give the flooded depth.I know that it involves water flowing from high level to low level but not able to code it properly.Please help
Thank You

回答(2 个)

Hiro Yoshino
Hiro Yoshino 2020-2-4
You should define your (mathematical expression) model first, then code follows.
What kind of model do you want to convert into a code?
  2 个评论
yusuf syed
yusuf syed 2020-2-5
编辑:yusuf syed 2020-2-5
Thank you very much Hiro.Actually,there is no mathematical expression avilable.I just want to make a code which can give me flooding depths in a region if heavy rainfall occurs.My input to the code would be the rainfall value and the digital elevations of the region where flooding is required.The output should be the flooding depths(if any).The elevation where there is no flooding should be returned as zero value by the code.If you need any other information,please let me know.
Thank You
Hiro Yoshino
Hiro Yoshino 2020-2-6
I wonder how you can write code that predicts what you want without the corresponding mathematical expression (model)?
If you have enough number of the input and the output data, you can them make a use of Machine Learning approach. In this case, the mode you create will be a black box, i.e., you cannot get any insight or interpretation out of the model.
May I ask you a question?
What level of help are you expecting?
If you are just not familiar with MATLAB, you should go to MATLAB onramp - which is a free online trainning.

请先登录,再进行评论。


Sid Ali Dj
Sid Ali Dj 2022-8-18
编辑:Sid Ali Dj 2022-8-18
can I call you ... Please.... My email... sidalidjafri3@gmail.com

类别

Help CenterFile Exchange 中查找有关 Marine and Underwater Vehicles 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by