From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sparse matrix binary file output

Hello,

 

I converted saved a matrix to sparse and saved that in LabVIEW. How can I read that file outside of LabVIEW. Say in Matlab?

 

Cheers,

Syed

0 Kudos
Message 1 of 3
(2,510 Views)

Load Labview Binary Data hope it help.



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 2 of 3
(2,496 Views)

Hi yellow,

 

you wired an OOP object to a binary file write function. Do you really expect just your data in the file?

 

When you use the "Multicore Analysis and Sparse Matrix Toolkit" you should read its help. And you should use the FileIO functions provided by that toolkit!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,484 Views)