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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
