ajay kumar
Followers: 0 Following: 0
Feeds
已回答
delete an element from string
str = ["a" "b" "c"]; y= find(contains(str,"b")) str(y) = []
delete an element from string
str = ["a" "b" "c"]; y= find(contains(str,"b")) str(y) = []
2 years 前 | 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
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 years 前 | 0