フィルターのクリア

How can I use the Deep Neural Network function built by COMSOL?

15 ビュー (過去 30 日間)
hjxiang
hjxiang 2024 年 4 月 13 日
回答済み: Subhajyoti 2024 年 8 月 23 日 9:33
I have trained a deep neural network dnn1 using COMSOL and defined a function dnn1_1 with two input parameters a & b and one output parameter c. How can I quote the functions dnn1_1 in Matlab? Like this way c=dnn1_1(a,b). Thanks.
The function dnn1_1 defined in COMSOL:
model.func("dnn1").setEntry("funcs", "col6", "dnn1_1");

回答 (1 件)

Subhajyoti
Subhajyoti 2024 年 8 月 23 日 9:33
It seems like you're trying to integrate COMSOL functions into MATLAB.
There have been many related discussions in the community, and numerous proposed workarounds. You may go through the following discussions where you can find valuable insights and potential solutions.
'COMSOL LiveLink' is a third-party product, and you can refer to COMSOL's documentation for more details.

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by