Is the integration between MatLab and .Net Core 3.0 possible?
이전 댓글 표시
Is the integration between MatLab and .Net Core 3.0 possible? In our company we want to make the integration between MatLab and .Net Core 3.0 since underneath our systems we need to process some economic variables.
답변 (1개)
Mohammad Sami
2020년 8월 29일
0 개 추천
Yes it is possible. You can call .net from MATLAB. More details are found in the documentation
https://www.mathworks.com/help/matlab/using-net-libraries-in-matlab.html
If you wish to use MATLAB code you will need to compile MATLAB functions with MATLAB compiler and MATLAB compiler SDK https://www.mathworks.com/help/compiler_sdk/dotnet_assemblies.html
댓글 수: 2
Robert Jack
2020년 9월 14일
No it isn't possible. See https://www.mathworks.com/matlabcentral/answers/511448-net-addassembly-net-core-3-1?s_tid=answers_rc1-1_p1_Topic
Matlab can only call out to .NET Framework, not .NET Core. If you look at the answer in the above Topic from Matlab, there seems to be no definite plan as to when this will be possible.
Mohammad Sami
2020년 9월 14일
Thanks Robert for clarifying.
카테고리
도움말 센터 및 File Exchange에서 Deploy to .NET Applications Using MWArray API에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!