Value max size exceeded for databaseについて
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
以下のエラーがありました。
Simulink.HMI.synchronouslyFlushWorkerQueue
Value max size exceeded for database
C:\Users\username\AppData\Local\Temp\1aeb-2621-c6cd-67dc.dmr. (string or blob too big)
エラー: Simulink.sdi.internal.DatasetStorage/fullFlushIfNeeded
エラー: Simulink.sdi.internal.DatasetStorage/numElements
エラー: Simulink.SimulationData.Dataset/numElements
logsOut = cell([1,numElements(temp)]);
^^^^^^^^^^^^^^^^^
Simulinkを実行 (simOut = sim(modelName);)後、以下の処理を行った際に2行目でエラーが発生しました。
temp = simOut.get('logsOut');
logsOut = cell([1,numElements(temp)]);
原因は信号が多すぎるからでしょうか?
もしあれば対処方法を教えていただけないでしょうか?
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Database Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!