How to create time series with C API?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
James Tursa
2017년 12월 11일
You could use mexCallMATLAB for this. Did you want to build the object with some existing data?
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!