How to create time series with C API?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
James Tursa
il 11 Dic 2017
You could use mexCallMATLAB for this. Did you want to build the object with some existing data?
0 Commenti
Vedere anche
Categorie
Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!