From: Tri Van on
Hi to all,

Is there any body have a code to execute Mike Flood (hydrodynamic model) in Matlab?

Best regards,

Tri Van
From: TideMan on
On May 26, 7:28 am, "Tri Van" <vantr...(a)yahoo.com> wrote:
> Hi to all,
>
> Is there any body have a code to execute Mike Flood (hydrodynamic model) in Matlab?
>
> Best regards,
>
> Tri Van

Do you mean that you want to run Mike Flood from within Matlab?
If Mike Flood can be run as a DOS program, you can use system:
system(comm)
where comm is a string containing the command you would enter at the
DOS prompt, e.g.:
comm='MikeFlood.exe < inputfilename > outputfilename';
or whatever the calling routine is.