MHKiT-MATLAB icon indicating copy to clipboard operation
MHKiT-MATLAB copied to clipboard

MHKiT-MATLAB provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.

Results 40 MHKiT-MATLAB issues
Sort by recently updated
recently updated
newest added

Add Delft3D functionality to MHKiT-MATLAB: Following MHKiT-Python: * [X] https://github.com/MHKiT-Software/MHKiT-Python/pull/132 - Delft3D * [X] `get_layer_data` (115b5b2307ce8e9ef1daebf280a816f8e32d6e82) * [X] `create_points` (4dd8fbe0a65d8391367e7b83db8b6572fbfb880b) * [X] `variable_interpolation` (d791fdd47813b631905c8b295c4b544551e55a12) * [X] `get_all_data_points` (3d67e6292cdac641abcd34664ebe906de31a2bb3) * [X]...

Delft3D

The calls to Python code needs to be updated for the environmental_contours function and possibly other related contours functions.

While combing through our documentation and API, I noticed a few links that should be updated, specifically in [mhkit.tidal.io.noaa.request_noaa_data.m](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/master/mhkit/tidal/io/request_noaa_data.m) - https://tidesandcurrents.noaa.gov/api/ redirects to https://api.tidesandcurrents.noaa.gov/api/prod/. let's update it to use URL...

documentation

This fixes a bug, described in #132, where the `Hs` argument input into the `jonswap_spectrum` function is not properly mapped to the corresponding `mhkit.wave.resource.jonswap_spectrum` function. This maps `Hs` into the...

I'm trying to get MHKiT working with MATLAB R2022b and Anaconda with Python 3.9 on Ubuntu 22.04 LTS, but I'm having some problems. I cloned both MHKiT-Python and MHKiT-MATLAB and...

Hello, I found a bug in the jonswap_spectrum code for MHKiT Matlab. The elseif nargin == 4 line has the gamma value placed into the Hs and gamma part of...

The following MHKiT-MATLAB test cases are failing with the new MHKiT-Python v0.8.0 Name Failed Incomplete Reason(s) ================================================================================================================= Loads_TestLoads/test_bin_statistics X X Failed by assertion. ----------------------------------------------------------------------------------------------------------------- Loads_TestLoads/test_damage_equivalent_loads X X Errored. ----------------------------------------------------------------------------------------------------------------- Power_TestDevice/test_TCHD_sine_wave...

Create a standardized method for converting xarray objects into a matlab structure and converting them back into xarray objects.

type conversion

**Describe the bug:** I am using the same API for the exact location, requested parameter, and year, as mentioned in the [example ](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/master/examples/WPTO_hindcast_example.mlx) both using python and MATLAB. The Python...

This PR is to address MATLAB parity for: * PR XX Below are the list of functions to be added: - [ ] asdfasdf Below are list of examples to...