I want to store a 4D array, so that I can retrieve it later for further analysis.
For that purpose, I store the data in a file, with 4 "for loop´s", using the index numbers as a "key". This first part of the problem works, but not the second one to load it. I tried it in many ways (with "insert into array" and "replace array subset" functions), i get the value and the index numbers, but no way to write the value on the array. Where is the mistake?
I attach both subVI´s (save_array_4D and load_array_4D) in a zip file.
Thanks!