Using C# functions and forms in Matlab

版本 1.0.0.0 (8.9 KB) 作者: Dirk-Jan Kroon
This script shows how C# functions/classes can be used in Matlab
5.6K 次下载
更新 2007/9/26

查看许可证

This script shows how C# functions/classes and forms (gui) can be used in Matlab.

The zip contains:
- a example c# class (ComMatlab.cs) with different inputs and outputs functions.
- a info_ComMatlab.txt with the commands how to compile and register a c# activex control
- a ComMatlabtest.m for testing the c# functions.

- a example c# class (MatlabGUI.cs) which creates a form for user input (uses the other MatlabGUI cs files)
- a info_MatlabGUI.txt with the commands how to compile and register a c# activex control from multiple .cs files
- a MatlabGUItest.m for testing the c# userinput Form

(The MatlabGUI Form is designed with Visual Studio 2005)

引用格式

Dirk-Jan Kroon (2026). Using C# functions and forms in Matlab (https://ww2.mathworks.cn/matlabcentral/fileexchange/16549-using-c-functions-and-forms-in-matlab), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 ActiveX 的更多信息
版本 已发布 发行说明
1.0.0.0

Added C# code and matlab files for creation of a C# form for user input.

And also renamed files to more logical names