Saving Scope Data in Simulink

6 ビュー (過去 30 日間)
Sugar Mummy
Sugar Mummy 2022 年 1 月 3 日
Hello everyone,
I am working on a project where I have to save data of scope. I am using the code shown below but its not working for me as I want to save the data after every iteration and the scope have multiple variables attached. How can I do that?
for i =1:numel(All_IR)
IR=All_IR(i)
simOut=sim('ModelName')
Loggings(i).scopeData=scopeData
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeView and Analyze Simulation Results についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by