pass non-numeric data to simulink
3 ビュー (過去 30 日間)
古いコメントを表示
i want to evaluate a dlnetwork object in simulink. output of dlnetwork (type casted to double) will drive other blocks
i have used evalin to load workspace variable to inside matlab block of simulink. but when i want to run this model on parallel mode, everyitme i need to transfer all base workspace variabels, which creates lot of overhead.
i saw a post saying to define dlnetwork as input to matlab block and change scope to parameter, place matlab block inside masked subsystem.
i have followed it but, i keep getting error Expression 'dlnetwork' for type of data 'dlnet' did not evaluate to a valid type. Invalid setting for data type in 'testmdl/sys/matlabblock': The specified data type cannot be recognized.
kindly suggest ways to solve the issue
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!