How to Read DLL (Function Two Output ) C#

조회 수: 1 (최근 30일)
Tony Tony
Tony Tony 2019년 12월 3일
편집: Tony Tony 2019년 12월 3일
I created a DLL. [ Library Compiler ] Type [.Net Assembly]
Dll In Output Two Point " [Out_A, Out_B] = Function_ABC [ a,b,c,d] "
I want to read data from two positions.
Two Position
" [Out_A , Out_B] = Function_ABC [ a,b,c,d] "
MWArray Output_ABC = Mat_Fun.Function_ABC(a,b,c,d);
??????? < What should I do >
One Position [ No problem ]
" [Out_A] = Function_ABC [ a,b,c,d] "
MWArray Output_ABC = Mat_Fun.Function_ABC(a,b,c,d);
double[,] mat_Out_A = (double[,])((MWNumericArray)Output_ABC).ToArray();

답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by