I have a C code of Shannon fano coding and want to have GUI in Matlab

Status
Not open for further replies.

anand_jha_30

Member level 2
Joined
Oct 29, 2010
Messages
50
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,616
Is it possible to have a code in C and its GUI in MATLAB
 
Last edited:

You could use your C-Code to create a DLL which MATLAB can call. You have to include some MATLAB-specific headers, to be able to call this DLL from within MATLAB. Search for "MEX".

Then you could call your C-Code from MATLAB, using a MATLAB-GUI.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…