Info

This question is closed. Reopen it to edit or answer.

How to Collect The Time Calculated By (Tic& Toc) at each instant to Solve an Optimisation Problem in a Simulink model ?

1 view (last 30 days)
I am solving an optimisation problem in a simulink model using a mtlab function block and I am using 'Tic & Toc" to calculate the time taken to solve the problem .the issue is that the resulted time is per each instant of solving the optimisation problem and my aim is to store each instant in an array so that I can calculate the average time taken by the whole process.
.How can I solve this issue?
Note:I have tried using a for loop but I was not sure about its limit ( for n=1:?)

Answers (2)

Dinesh Yadav
Dinesh Yadav on 24 Mar 2020
I think inside the matlab function block you should run the loop for at least 1000 times to get a better estimate of avg time per computation cycle. By whole process if you mean running time of entire model follow the link below
Hope it helps.

Ameer Hamza
Ameer Hamza on 24 Mar 2020
You can use the profiling tools officially provided by Mathworks to measure the execution time of each block inside the Simulink model. See the detail of how to use the profiler: https://www.mathworks.com/help/simulink/ug/how-profiler-captures-performance-data.html

Products


Release

R2013b

Community Treasure Hunt

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

Start Hunting!