- https://www.mathworks.com/support/search.html/answers/294939-comsol-model-to-matlab-function.html
- https://www.mathworks.com/support/search.html/answers/284997-collect-and-output-model-variable-values-in-comsol-matlab-livelink.html
How can I use the Deep Neural Network function built by COMSOL?
조회 수: 12 (최근 30일)
이전 댓글 표시
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");
댓글 수: 0
답변 (1개)
Subhajyoti
2024년 8월 23일
Hi @hjxiang
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!