Community Profile

photo

Ashitha Nair


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Answered
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 ...

bijna 4 jaar ago | 0

Answered
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...

ongeveer 4 jaar ago | 0