リアルタイムターゲットからのログの取得
1 view (last 30 days)
Show older comments
下記コマンドでリアルタイムターゲット上からログを収集しているのですが、
シミュレーション停止後にしかログが得られないかと思います。
シミュレーション中に任意のタイミングでログを得る方法はありますでしょうか。
もし難しい場合、実行停止→ログ収集→再実行を一連の処理で行いたいので
リアルタイムターゲット上のモデルを実行停止・開始するコマンドを伺いたく存じます。
tg = slrt;
timelog = getlog(tg, 'TimeLog');
outputlog = getlog(tg, 'OutputLog');
以上よろしくお願いいたします。
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!