cant save the output of successive sim command
1 次查看(过去 30 天)
显示 更早的评论
I have a simulation model which i need to run for many testcases. I have got to the point where i can run it for all the test cases but have difficulty saving the outputs.
the script goes something like this for sheet_index = 1:length(TestCases) signalbuilder('Plant_TestHarness/TestVectors','ACTIVEGROUP',sheet_index); signalbuilder('Plant_TestHarness/ExpectedOutputs','ACTIVEGROUP',sheet_index); simout=sim('Plant_TestHarness',EndTime(sheet_index)); Outputs_final{sheet_index,:}=simout; clear TestOutputs end
but the Outputs_final comes as a null structure
2 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Outputs 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!