Page 1 of 1

STO / TRC / MOT files plotter Public Forum

Posted: Wed Apr 01, 2020 12:06 am
by admin
Welcome to the STO / TRC / MOT files plotter public forum. Feel free to browse or search the topics for helpful information, or post a topic of your own.

Re: STO / TRC / MOT files plotter Public Forum

Posted: Tue Feb 15, 2022 2:00 am
by giacomodr25
Hello,

I'm using your function and thanks for having done it!
I found only a little problem in "array2table" because if you have a VariableNames, C with some repetitions (e.g. {'X', 'Y', 'Z', 'X', 'Y', 'Z'}) cannot work.
So the function cannot convert in table format and stop. You can add an if or other conditions to avoid this problem. I bypassed the "array2table" if there are repetitions.

Giacomo