how to use the parameters of neural network in simulink?
3 ビュー (過去 30 日間)
古いコメントを表示
I trained a neural network dpending on two inputs (T and p) to predect density.
Now I have the best parameters to predect density using this code:
density = model (parameters, p, T);
Plese note that I have a simulink model with the time-step is 0.001 s, the problem is how to use this parameters of the NN in the Simulink model.
input are: p and T
output is: density
time-step is 0.001
Best regards, Ahmad
3 件のコメント
回答 (1 件)
Sam Chak
2024 年 7 月 7 日
If you want to implement a trained neural network in Simulink to predict the Desity based on two inputs (p, T), then use the Predict block.
12 件のコメント
Sam Chak
2024 年 7 月 8 日
Hi Ahmad,
Thanks for your update. This error message is strange because the fullyconnect() function is supported in the MATLAB Function block according to the list below. Will need some time to figure this out.
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!