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

Hello, Do you know what Matlab libraries/add-ons are required to use the full functionality of the Matlab version of MHKiT? I saw that a minimum of Matlab 2019b is required,...

Starting with `fillgaps_time()` and `val_exceeds_thresh()` functions as well as some tests/examples for both.

Companion to PR#96 This PR is to integrate the WDRT functionality that exists in python for matlab users. The functions will be written as standalone matlab code and will not...

Just about all of the links in the Matlab example notebooks are broken- need to be replaced

Following (https://github.com/MHKiT-Software/MHKiT-Python/pull/141) and (https://github.com/MHKiT-Software/MHKiT-Python/pull/130)

Building the mhkit documentation errors: ``` WARNING: [sphinxcontrib-matlabdomain] Unexpected class attribute: 'TestTags'. In 'mhkit.tests.Loads_TestExtreme'. WARNING: [sphinxcontrib-matlabdomain] Unexpected class attribute: 'TestTags'. In 'mhkit.tests.Loads_TestLoads'. ``` Do we need these?

Hello, I am trying to use the "omni-directional_wave_power" function however during the MHKiT it did not install all the required functions. I am missing the "omni-directional_wave_power" function in the mhkit\wave\resource...

Specific issue is here: https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/e780f1c13680d74d22c68be092634c3da5d1e527/mhkit/wave/IO/hindcast/request_wpto.m#L117-L118 Anticipated fix is to remove dashes from parameter(z): ```{matlab} sanitized_parameter = strrep(parameter(z), '-', "_"); data(y).(sanitized_parameter) = param.value; ```

* Read NetCDF all data attributes, not just "units". * Fix a bug in nan_beyond_surface where the depth mask was not being created properly * WIP: Add tests for cleaning...