10-31-2006 04:43 PM
11-01-2006 08:35 AM
11-01-2006 11:17 AM - edited 11-01-2006 11:17 AM

Message Edited by altenbach on 11-01-2006 09:19 AM
11-01-2006 08:55 PM
Dear friends: Thanks a lot fo your suggestion. However, I think I did not state my problem correctly. I am sorry for this. I need to read input data, each time the data has 4 rows and n columns. N varies from data to data. I need to put the data all together until the signal comes and all of the data go to the model. When m of the data goes to the model, it has 4 rows and n1 + n2 + n3 + n4 + ... + nm columns. And the timing is very essential since the next group of data comes in lss than 0.4 second.
You see, I don't have time to transpose each data and combine them row by row, but Insert Array and Replace Array all assume that I will put the new data after the end of row of the previous combined data. Instead, I need to pu the new data after the end of column of the previous combined data. Do you have a good idea how to do it?
By the way, when I start to accumulate data, do I need to initiate an array before reading the first input?
Thanks again for all your help. A big thank from Taiwan/Canada.
11-02-2006 02:21 AM - edited 11-02-2006 02:21 AM
Message Edited by LuI on 11-02-2006 09:22 AM
11-02-2006 11:01 AM