Community Profile

photo

ajay kumar


Last seen: 2年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

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

2年弱 前 | 0

回答済み
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

2年弱 前 | 0