Hi,
I'm trying to deploy a classification project on Arduino Nicla Sense Me board, but the categorical data type is a problem.
I have created a classification model with Matlab Classification learner and then generated C code with Matlab Coder. In the model there is used a data type categorical and I don't know how to use it in Arduino IDE. The data that has this data type is the result of the classification.
You really need to publish the C generated code here. It might very well contain bits that are not supported by the Arduino dialect of C. In fact I should say C++ here, but most C is valid in C++ as well.
Maybe there will be a quick fix, maybe it will be impossible to fix ...