STO / TRC / MOT files plotter Public Forum
-
- Site Admin
- Posts: 336
- Joined: Tue Mar 15, 2011 12:32 pm
STO / TRC / MOT files plotter Public Forum
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.
- Giacomo Di Raimondo
- Posts: 9
- Joined: Thu Oct 01, 2015 1:51 pm
Re: STO / TRC / MOT files plotter Public Forum
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
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