How do I work with timeseries data in C?
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a sine signal in Simulink (it's a timeseries variable) and I want to determinate the min and max values using a C caller block. My problem it's how to take just the value ( the date) of the timeseries, to work with them?
In Matlab script it's working like a struct like: value = sine.data, but in C I have error.
Here is the implementation in C:

And the error: 

Any ideea and or recommendation is appreciated.
Thank you.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Time Series Collections 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!