Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

Microsoft .NET 시작하기

MATLAB®에서 .NET 사용을 빠르게 시작하는 데 유용한 예제와 개념

.NET에 대한 인터페이스를 사용하여 .NET 어셈블리를 MATLAB 환경으로 가져오고, 어셈블리에 포함된 클래스에서 객체를 생성하며, 이러한 객체에 대해 메서드를 호출할 수 있습니다.

MATLAB은 Microsoft® Windows® 플랫폼에서만 .NET 5 이상, .NET Core, Microsoft .NET Framework에 대해 컴파일된 라이브러리 불러오기를 지원합니다. 자세한 내용은 MATLAB의 .NET 인터페이스 사용 시 필요한 시스템 요구 사항 항목을 참조하십시오. MATLAB과 호환되는 .NET 버전에 대한 자세한 내용은 MATLAB Interfaces to Other Languages를 참조하십시오.

시스템에 지원되는 버전이 있는지 확인하려면 NET.isNETSupported 함수를 사용하십시오.

함수

NET.addAssembly.NET 어셈블리가 MATLAB에 보이도록 하기
NET.isNETSupportedCheck for supported version of Microsoft .NET
NET.interfaceViewExplicit interface view of .NET object (R2023b 이후)
NETMATLAB .NET 인터페이스의 함수 요약
enableNETfromNetworkDrive(제거될 예정임) 네트워크 드라이브에서 .NET 명령에 대한 액세스 활성화

클래스

NET.AssemblyMembers of .NET assembly

객체

NET.NetExceptionCapture error information for .NET exception

도움말 항목

문제 해결

Troubleshooting Security Policy Settings from Network Drives

For MATLAB releases R2012b or earlier, call the enableNETfromNetworkDrive function to create a MATLAB security policy entry.

Limitations to .NET Support

.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.