photo

Harshitha Eshwar


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

3 Domande
0 Risposte

Cody

0 Problemi
1 Soluzione

RANK
108.622
of 298.641

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.635

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
102.802
of 161.878

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


count repeated sequence in an array
data=[0 0 0 1 1 0 0 0 0 0 0 1 1 1 1] L = length(data) result0 = sum (data == 0) result1 = sum (data == 1) ctr1 = 0; ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa

Domanda


find number of zeros in an array
data = [ 0 0 0 1 1 0 0 0 0 0 0 1 1 1] %need the outpout as : length of each zero= (3,6) length of each ones = (2,4)

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


define an array with 15 abbreviations of the same kind
n= park_assist; m=32; c = cell (1,n); for k = 1:n c{k} = zeros (1,m);

oltre 3 anni fa | 0 risposte | 0

0

risposte