2 years ago

#3463

test-img

Sugar Mummy

Saving Scope Data in Simulink

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. How can I do that?

for i =1:numel(All_IR)
        IR=All_IR(i)
        simOut=sim('ModelName')
        Loggings(i).scopeData=scopeData
end

matlab

simulink

0 Answers

Your Answer

Accepted video resources