Good evening, I saw will shortly tuturiais how to interact with the arduino matlab, and I tried to do this but could not get the values ??in the array matlab, or something of the kind, what I wanted to do was this, imagine that I want to send an array of pixels to matlab and then display the image in matlab, it is possible?
Example: I have an array in arduino like this:
= Array [23, 45, 34, 234, 10, 4, 200, 100;
45,34,35, ....];
and I want to send it to matlab and then make imshow this array. How to do this automatically? I do not know much about matlab. Someone can help me. In arduino I'm doing serial.write or Serial.print.
Thank you for the attention and the help