I trained my model in MATLAB and the model parameters are saved in .mat file. I want to read all the parameters in C++.
I have uploaded a similar model here.
I can open the model.mat file using matOpen and access the field names. But I'm not able to access the contents of array of structures.
Can someone help me with that.
Thank you.