On 1/22/2010 6:40:15 AM, fkohlhepp wrote:
>On 1/22/2010 5:56:44 AM, study wrote:
>>That form works OK, but I
>>can't transfer the data file
>>to another worksheet in the
>>approved form it provides.
>>Saving it and then accessing
>>it gives the original matrix
>>form, not the Data Table form.
>>
>
>If you set the results format box as
>shown without anything on the worksheet
>selected, then ALL of your matrices will
>display as tables (even the ones you
>don't want to.
>
>Fred Kohlhepp
>fkohlhepp@sikorsky.com
______________________________
Theodore, you will understand what I'm doing.
Your point seems here:
"That form works OK, but I
>>can't transfer the data file
>>to another worksheet in the
>>approved form it provides.
>>Saving it and then accessing
>>it gives the original matrix
>>form, not the Data Table form."
If you have arrays of different size and different names, resulting from a complete work sheet... you can spool to file IN-OUT [==> ... <==] *.PRN ... as the image shown in the example.
Having spooled (saved) to file, you can recall (read) from another work sheet. The trick is to create an indexed single vector that collects all the individual arrays like just shown below Marlett.
If you have a lot of data array from a work sheet, collect them all and extract only the ones you want. This is what the module CELL illustrates. You can collect only the ones you have interest.
About the display as a data table, just type the name = ... If "too large to display" or "matrix too large", try to vectorize as exemplified for Dog.
That's about what I understood from your visit. Quite a mighty tip to collect plots of same nature [2D, 3D, images, data tables ...] and spool to files. The limit being in fact the PRN, no collab have ever mentioned any limit ... could you fill a hard drive of 100 GIG as *.PRN ? I wish knowing the limit, but so what if can stay ignorant of that !
RESUME:
1. Name a vector
2. For each index, plug the array
3. WRITEPRN
4. READPRN
From the other sheet where you would read, you can read from a list box, or simply if you don't like scripted components, just have an identifier piece of text that will tell what is what. If for instance, you would have only photos (images), you can view all of them back as IrfanView or Photoshop ...
Happy new year Theodore.
Jean