can the output of function fitting neural network block be used in another block ?

2 ビュー (過去 30 日間)
Zakarya
Zakarya 2023 年 4 月 15 日
回答済み: Walter Roberson 2023 年 4 月 15 日
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

回答 (1 件)

Walter Roberson
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.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by