I have trouble in importing the generated code of matlab coder in android studio. Can someone help me in importing C? Screenshot of Folder with the .h and .c files
When Matlab generated the C code, it gave me a folder filled with .c and .h files but I don't know how to connect its input and output variables to my application. I already have the NDK and a sample .h file that shows Hello-jni! But I want to know how to use this C code from Matlab. Help. :(