Python Forum

Full Version: n=Help using Delft3D in python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I need some help I`m trying to change a script from matlab to python. The code in matlab is used to process data from numerical number using delft3d tools such as quickplot. I'm having some trouble with trying to open a file .dat with quickplot using python3.

This is the code I have in matlab:
load('Corrente_Total_Tub.mat');
md=qpfopen('trih-c_55dg2.dat');
si=qpread(md,'depth averaged velocity','size');
sta=[1,22,24,25];