07-09-2016 04:50 PM
Hi,
I'm having a problem with saving Rainflow count cycles output Value, it's 1D array of cluster of two elements.
Please, help me save it to excel!
Thanks!!!
07-09-2016 05:57 PM
Unbundle the two elements from the cluster, build them into an array. Feed that into the Write to Spreadsheet file.
07-10-2016 12:00 AM - edited 07-10-2016 12:01 AM
I assume you mean a "delimited Spreadsheet file". A real excel file requires more work.
Just use a FOR loop and "cluster to array" to create a 2D array as follows:
07-10-2016 01:33 AM
Thank You very much!