Using C# functions and forms in Matlab

버전 1.0.0.0 (8.91 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 (2025). Using C# functions and forms in Matlab (https://kr.mathworks.com/matlabcentral/fileexchange/16549-using-c-functions-and-forms-in-matlab), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
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