이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Microsoft .NET 시작하기
.NET에 대한 인터페이스를 사용하여 .NET 어셈블리를 MATLAB 환경으로 가져오고, 어셈블리에 포함된 클래스에서 객체를 생성하며, 이러한 객체에 대해 메서드를 호출할 수 있습니다.
MATLAB은 Windows® 플랫폼에서만 .NET Framework를 지원합니다.
함수
NET.addAssembly | .NET 어셈블리가 MATLAB에 보이도록 하기 |
NET.isNETSupported | Check for supported Microsoft .NET Framework |
NET | Summary of functions in MATLAB .NET interface |
enableNETfromNetworkDrive | (제거될 예정임) 네트워크 드라이브에서 .NET 명령에 대한 액세스 활성화 |
클래스
NET.Assembly | Members of .NET assembly |
객체
NET.NetException | Capture error information for .NET exception |
도움말 항목
- Access a Simple .NET Class
This example shows how to access .NET functionality already installed on your system.
- 전역 .NET 어셈블리 불러오기
이 예제에서는 MATLAB에서 .NET 클래스가 인식되도록 만드는 방법을 보여줍니다.
- Work with Microsoft Excel Spreadsheets Using .NET
This example uses the
Microsoft.Office.Interop.Excel.ApplicationClass
class to create a spreadsheet, copy MATLAB data to it, and then close it. - Work with Microsoft Word Documents Using .NET
This example uses the
Microsoft.Office.Interop.Word.ApplicationClass
class to create a Word document. - Build a .NET Application for MATLAB Examples
Basic information for building the .NET examples included with MATLAB.
- Simplify .NET Class Names
Use the MATLAB
import
function to refer to .NET class names. - MATLAB 함수에서 import 사용하기
NET.addAssembly
및import
함수 사용 지침입니다. - Use .NET Nested Classes
Using reflection to instantiate a nested class.
- Handle .NET Exceptions
MATLAB catches exceptions thrown by .NET and converts them into a
NET.NetException
object. - Assembly Is Library of .NET Classes
An assembly is a collection of types and resources built to work together and form a logical unit of functionality in .NET Framework applications.
- System Requirements for Using MATLAB Interface to .NET
Using a supported version of the .NET Framework.
- Using .NET from MATLAB
How you can benefit from using .NET from MATLAB.
- Using a .NET Object
How to create a .NET object.
- .NET Terminology
Understanding namespaces and reference and value types.
문제 해결
Troubleshooting Security Policy Settings from Network Drives
For MATLAB releases R2012b or earlier, call the
enableNETfromNetworkDrive
function to create a
MATLAB security policy entry.
.NET features not supported in MATLAB.
Limitations to Support of .NET Arrays
.NET features not supported in MATLAB.
Limitations to Support of .NET Methods
.NET features not supported in MATLAB.
Limitations to Support of .NET Events
.NET features not supported in MATLAB.
Limitations to Support of .NET Delegates
.NET features not supported in MATLAB.
Limitations to Support of .NET Enumerations
.NET features not supported in MATLAB.