Using chrono in s-functions

4 ビュー (過去 30 日間)
Vikram Bhattacharjee
Vikram Bhattacharjee 2019 年 7 月 24 日
回答済み: Dinesh Yadav 2019 年 10 月 30 日
I am trying to use c++ chrono library in an s function inside MATLAB.The function builds but the clock doesnt seem to respond.Is there any way to directly use chrono inside S-functions without using ssGetT(S).

回答 (1 件)

Dinesh Yadav
Dinesh Yadav 2019 年 10 月 30 日
You can use chrono library inside S-Functions as long as the compiler you are using knows about those libraries. Check your compiler using
mex -setup C/C++
I am using Visual Studio Community 2019 compiler and it works for importing chrono inside s-functions.

Community Treasure Hunt

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

Start Hunting!

Translated by