10-22-2008 05:16 AM
Hi,
I want to write aconfig file that I can then import in Matlab and create a struct there. I have an array of equal clusters that I want to write in a config file. I tried a VI from OpenG but the problem is that the config file is searched for sections and keys and so the data will be overwritten each time. Eventually only the last cluster is written in the config file.
Do you have an idea how to solve this problem?
Best regards
10-22-2008 06:16 AM
Hi,
Post the Vi so you can get the better solution.
10-22-2008 06:18 AM
10-22-2008 06:37 AM
Hi,
Many sub VI's were missing from the code, but i think disabling the index at the for loop should work.