photo

Ashitha Nair


Last seen: más de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
  • Promoter
  • Solver
  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
matrix related matlab query
function [mmr,mmm]=minimax(M) a=ceil(max(M.')); b=ceil(min(M.')); x=a-b; mmr=x'; y=max(M(:)); z=min(M(:)); mmm=y-z; end ...

alrededor de 4 años hace | 0

Respondida
how to send a single integer value from Matlab to arduino?
Your matlab code could be as follows s = serial('COM8','BaudRate',9600); %creates a serial object flushinput(s) %this disc...

más de 4 años hace | 0