Feeds
提问
Plot 3-variable function in volume
Hi everybody, I want to demonstrate the distribution of a three-variable function with color in a volume. For example, suppo...
10 years 前 | 1 个回答 | 0
1
个回答提问
Sort a vector according to another vector
Hi I have tow vectors A and B: A = [4 8 5 9 1] B = [3 5 4 2 1] If I sort A with B like this: C = A(B) I will ...
10 years 前 | 1 个回答 | 1
1
个回答提问
Out of memory error in combination combnk
Hi I want to get all combinations of the n elements in v taken k at a time. I use combnk(v,k). For example combnk(1:121,10). ...
11 years 前 | 3 个回答 | 0