Community Profile

photo

ajay kumar


Last seen: casi 2 años hace Con actividad desde 2022

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
delete an element from string
str = ["a" "b" "c"]; y= find(contains(str,"b")) str(y) = []

casi 2 años hace | 0

Respondida
How to turn a Yes/No cell array into binary (0-1)
m = {true,false;false,true}; for i = 1:numel(m) disp(m(i)) end

casi 2 años hace | 0