I have been so distracted by the whole amount of pages documenting MATLAB Builder JA and running very low on time.
My question is, how could I load a .mat file and access all variables of it?
What I did is, I made my own class with all functions I need in MATLAB Builder JA, then added the .mat file I need and built all that.
I made a java project now and instantiated an object of my class but now I want to access the variables saved in the .mat file in Java to pass it to the object's methods?