How to implement load function into MatLab Coder

2 views (last 30 days)
Hey guys,
I wrote a programm in Matlab and it takes quite a long time to run through, so we wanted to know how much faster it would be when its written in C++ as soon as development is over. So I wanted to use MatLab Coder to translate my Code to C++, but in my code I use some earlier calculated results, or some databases I wrote on my own to run the code. Prior to each run I simply load them, but I dont know how I would do this when translating it with Coder...
How do I convert the structs and arrays that are stored as .mat in such a way that I could load them into a C++ code. I cant find anything about that.
Best regards
Marc

Accepted Answer

Ameer Hamza
Ameer Hamza on 1 Dec 2020
I haven't tried this myself, but this link shows that MATLAB provides C++ API to load .mat files: https://www.mathworks.com/help/matlab/matlab-c-api-to-read-mat-file-data.html
Also, if you want to dig deeper, this document provides the structure of .mat file: https://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf

More Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!