photo

Ashitha Nair


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

environ 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0