photo

Ashitha Nair


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
4 Solutions

RANK
165,930
of 300,499

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
59,405
of 169,381

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
60

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

5 years 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...

6 years ago | 0