Community Profile

photo

Harshitha Eshwar


Last seen: alrededor de 2 años hace Con actividad desde 2021

Estadísticas

All
  • Solver
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 2 años hace

Pregunta


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)

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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);

más de 2 años hace | 0 respuestas | 0

0

respuestas