Borrar filtros
Borrar filtros

Simulink Real-Timeでログデータに信号名を含ませる

1 visualización (últimos 30 días)
Kiyoto Matsumoto
Kiyoto Matsumoto el 26 de Ag. de 2020
以下のコードでリアルタイムターゲット(speedgoat)上からログデータを収集しています。
複数信号集録すると、ラベル等ついておらずどの信号か分かりづらいので
モデル内の信号名を反映してログを取りたいのですが、方法はありますでしょうか。
tg = slrt;
timelog = tg.TimeLog;
outputlog = tg.OutputLog;
plot(timelog, outputlog)

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!