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

1 view (last 30 days)
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,

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!