How to create time series with C API?

1 view (last 30 days)
Jay Kemper
Jay Kemper on 11 Dec 2017
Answered: James Tursa on 11 Dec 2017
What is the correct way to create a time series object using the C API? I want it to create an mxArray that I can matPutVariable into a MAT file.

Answers (1)

James Tursa
James Tursa on 11 Dec 2017
You could use mexCallMATLAB for this. Did you want to build the object with some existing data?

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) 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!