04-07-2022 05:48 PM
I want my headers to be placed in columns as shown below:
This is what I get instead. I wish I could transpose it like in matlab.
I have attached my code
04-07-2022 05:53 PM
Never mind guys. I found the solution! Hoorayyyyyy!!!! kudo to myself . 🤗
04-07-2022 05:59 PM
The "Write to Text File" node writes an array one element per row, you want the spreadsheet VI, if you give it a 1d array it writes it as a single row with delimiters (tabs by default) between the elements.
04-09-2022 11:40 AM - edited 04-09-2022 11:50 AM
Ah, what a mess: