Feeds
回答済み
Plot of logged simulation data automatically opens Simulation Data Inspector - how to disable?
Changing the line slightly solved the issue: figure,plot(out.logsout{1}.Values);
Plot of logged simulation data automatically opens Simulation Data Inspector - how to disable?
Changing the line slightly solved the issue: figure,plot(out.logsout{1}.Values);
5年弱 前 | 0
| 採用済み
質問
Plot of logged simulation data automatically opens Simulation Data Inspector - how to disable?
My setup: out = sim('modelname'); % simulate my model figure,plot(out.logsout{1}); % plot the first of the logged signals Wha...
5年弱 前 | 1 件の回答 | 0