HELP !!!! Serial Communication with Matlab

Hello,

I have face recognition program that runs on MATLAB in my laptop,

can some one tell me how to send a data from Matlab to arduino mega 2560 and vice versa ?

Thank you

can some one tell me how to send a data from Matlab to arduino mega 2560

Perhaps on the MatLab forum.

and vice versa ?

Serial.print("TellMatlabSomething");

hehehe :slight_smile:

yah i will do that too.

thanks man

but in case if some one knows here can also guide me

No, this is the wrong place to ask questions about MatLab and you should not expect to get help about that here.

Please be sure to consult the MathWorks website at Arduino Programming with MATLAB and Simulink - MATLAB & Simulink -- there's information on how to use Uno, Mega 2560, and other Arduino boards with MATLAB and Simulink.