フィルターのクリア

NET-matlab hybrid environment

1 回表示 (過去 30 日間)
Andrey
Andrey 2022 年 12 月 4 日
コメント済み: chrisw23 2022 年 12 月 6 日
Good afternoon,
Version 2022b finally has normal integration with .NET applications.
Many thanks to the MathWorks team.
My C# program receives online data from an external device, and then I transfer this data to Matlab for processing.
I would like to transfer only a new portion of information to Matlab and not transfer it in full each time as function arguments.
In previous versions (until 2022a) when using COM server, it was possible to send a variable to matlab using the function
matlab.PutWorkspaceData("var_", "base", var_);
How now to carry out such a transfer?
I would appreciate some helpful advice on how to organize such an environment more efficiently.
  1 件のコメント
chrisw23
chrisw23 2022 年 12 月 6 日
How about instanciating your C# app from Matlab and register for data transfer events (addlistener) provided by the C# app (delegates/events).

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel Computing についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by