photo

ajay kumar


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
delete an element from string
str = ["a" "b" "c"]; y= find(contains(str,"b")) str(y) = []

plus de 2 ans il y a | 0

Réponse apportée
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

plus de 2 ans il y a | 0