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 Center および File ExchangeWeb Services についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by