NDBC functions convertsion
This pull request implements a MATLAB-native version of the core functionality provided by the NDBC utility module originally written in Python. The goal is to improve integration with MATLAB workflows, eliminate the need for cross-language dependencies, and enhance usability within a fully MATLAB-based environment.
@MShabara, I am looking into the failing tests. They look like MATLAB -> Python -> MATLAB errors and are likely not related to any changes you made here. I'm planning to create a separate PR to fix the tests.
@MShabara, the tests should be fixed by the changes in #168. The tests are passing in the develop branch now. Can you merge the changes from develop into this branch to see if that fixes the tests here?
@MShabara, I just merged the test changes into this PR to see if we can get the tests passing.