Feeds
提问
patch function, how to patch values accordingly
redhr = [2 3]; blueb = [1]; greenmin = [5] these are value that i want to patch how do i patch these value according to th...
6 years 前 | 1 个回答 | 0
1
个回答提问
Removing specific elements from array
Lets assume i have a = [1 1 3 5]; c = [1 5]; i want to remove c from a and the output should be a = [1 3] a = setdiff(a,c) ...
6 years 前 | 1 个回答 | 0
