Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top