photo

krushnasamy subramaniyan


SRM UNIVERSITY

Last seen: oltre 3 anni fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
149.724
of 300.763

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
11.11%

VOTI RICEVUTI
0

RANK
 of 21.082

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.923

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


Write a function called bell that returns the first n rows of the Bell triangle, where n is an input argument. The function must return an n-by-n array where the the top left triangle contains the Bell triangle with each row of the Bell triangle posi
"Write a function called bell that returns the first n rows of the Bell triangle, where n is an input argument. For a precise de...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Write a function called censor whose first input argument is a cell vector (row or column) of strings and whose second input argument is a string. It removes each element of the cell vector whose string is either identical to the second input argumen
str={'hi' 'me' 'if' {'yes' 'no' 'hi'} {'for' 'while' 'all'} 'hi'}; %example element='hi'; %remove 'hi' str(strcmp(str,element)...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Cell Array of Strings function help
Write a function called censor whose first input argument is a cell vector (row or column) of strings and whose second input arg...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Write a function called roman that takes a string representing an integer between 1 and 20 inclusive using Roman numerals and returns the Arabic equivalent as a number of type uint8. If the input is illegal or its value is larger than 20, roman retur
Write a function called roman that takes a string representing an integer between 1 and 20 inclusive using Roman numerals and re...

oltre 10 anni fa | 1 risposta | 0

1

risposta