Find compilation time of a simulink model

4 views (last 30 days)
Ajay Pherwani
Ajay Pherwani on 23 Jan 2015
Edited: Ajay Pherwani on 1 Apr 2015
Is there are way find the compilation time of a model ?
I have used : tic;set_param('model','SimulationCommand','update');toc --> but get different result every time .
Or
Can we get the status as compilation using command :- get_param('model','SimulationStatus')? It gives running always.( and never compiling or something like that)

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!