How to create block simulink truetime
18 次查看(过去 30 天)
显示 更早的评论
Hi!
How can I create my own block simulink using the Truetime library below:
Please help.
0 个评论
回答(2 个)
Ashiqur Rahaman MOLLA
2021-9-15
编辑:Ashiqur Rahaman MOLLA
2021-9-15
Download the zip archive from the TrueTime homepage. Then
1. Unpack all files to some suitable directory $DIR
2. Start Matlab R2012a or later and cd to $DIR
3. Run init_truetime.m (its in the unpack folder) to add the necessary Matlab paths (cd 'path_address') and to set the
TTKERNEL environment variable.
Issuing the command
>> truetime
from the Matlab prompt will now open the TRUETIME block library,after that you can just unblock it by clicking on the lock icon.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!