system.int64[] class data from .NET to MATLAB

1 次查看(过去 30 天)
Hi, I have a hardware (time tagger device) which I have access through using .NET assembly using following code (from MATLAB) NET.addAssembly('C:\ttInterface.dll') import TimeTag.* tti = TTInterface(); tti.Open(); tti.StartTimetags(); [count, channels, times] = tti.ReadTags(); end In the Matlab Workspace I have two data with class of system.int64[] for times and system.Byte[] for channels which I can not open it to see inside. Anyone can help me to open these data and understand the order of the data inside?
Thanks,
Mahmood,

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Getting Started with Microsoft .NET 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by