Feeds
提问
avoiding for loop
Hi.. I really want to avoid for loop in my program because it takes longer time if the array is too big. For example i ha...
14 years 前 | 4 个回答 | 0
4
个回答已回答
Distribution in Array
Thanks to both ans. But still it return ??? Out of memory. Type HELP MEMORY for your options. Basically my work is like this:...
Distribution in Array
Thanks to both ans. But still it return ??? Out of memory. Type HELP MEMORY for your options. Basically my work is like this:...
14 years 前 | 0
提问
Distribution in Array
Hi.. Let say i have a array A=1:10; I want every element in array A to distribute into array C for n-times. C will be like t...
14 years 前 | 3 个回答 | 0
3
个回答提问
Problem using nanmean
Hi.. I want to find mean for array ingonring NaN. So i looked up in Matlab website and they suggest to use nanmean. I try t...
14 years 前 | 2 个回答 | 1
