can the output of function fitting neural network block be used in another block ?
조회 수: 3 (최근 30일)
이전 댓글 표시
I need the output of nn model to be used as excitation current for a synchronous motor but the problem is the output is network object i need to convert it to a normal signal
댓글 수: 0
답변 (1개)
Walter Roberson
2023년 4월 15일
You train a network object, but after that you use classify() or predict() [depending on what kind of network it is and what the task is], and the result of that classification or prediction is what you send on to the next block.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrophysiology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!