Hello,
The key error here is:
Error using contains
First argument must be text.
This means the variable toolboxes(i).Name passed to contains is not a string or char array, which it must be.
Best Regard,
Tim
Hello Jerry,
I just had the same problem.
In NXP_Support_Package_S32K3xx.m, replace these lines :
You need to do this replacement three times in the .m.
Hope this helps,
Alex