photo

Ashitha Nair


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

Cody

0 Problemi
4 Soluzioni

RANK
165.830
of 298.634

REPUTAZIONE
0

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 20.631

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
56.882
of 161.859

CONTRIBUTI
0 Problemi
4 Soluzioni

PUNTEGGIO
60

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Promoter
  • Solver
  • First Answer
  • Revival Level 1

Visualizza badge

Feeds

Visto da

Risolto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

quasi 5 anni fa

Risolto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

quasi 5 anni fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

quasi 5 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 5 anni fa

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

quasi 5 anni fa | 0

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

oltre 5 anni fa | 0