Function 'tic' is not supported for code generation

8 views (last 30 days)
Hi all,
please i need to know how to calculate the elapsed time between 2 part of my matlab script because tic and toc are not supported for code generation
thanks

Answers (2)

Sebastian Castro
Sebastian Castro on 13 Mar 2015
You can use coder.ceval to call an external function. To implement your own timing, you could include time.h and use the functionality there.
- Sebastian

Ander Erroicenea
Ander Erroicenea on 21 Mar 2019
The same error appears to me, how did you resolve it?
- Ander.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!