Can we create GUI in C# that will run the MATLAB code in back hand?
问题 I have designed the code in MATLAB and it's working fine. I was working in GUI in MATLAB but it's a headache for me. I think i can create GUI simply and effectively. Can we create GUI in C# that will also run the whole code of MATLAB that i have designed?? 回答1: Yes, this is possible. For details, take a look at: Calling a MATLAB function from C# Integrating MATLAB with C# MATLAB Compiler If you need a quick and dirty way to wrap MATLAB code with a C# GUI (e.g. WinForms), one option is to