MHKiT-Software / MHKiT-MATLAB

MHKiT-MATLAB provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
15 stars 23 forks source link

Fix STRUCT warnings #94

Open Matthew-Boyd opened 2 years ago

Matthew-Boyd commented 2 years ago

Fix the following warning thrown during CI runs:

"Warning: Calling STRUCT on an object prevents the object from hiding its implementation details and should thus be avoided. Use DISP or DISPLAY to see the visible public details of an object."

...caused by the following file: read_NDBC_file (line 64)