Feeds
提问
Create n arrays given a specified n with similar names
% split into dfferent event arrays no_events = length(event_id); for i = 1:no_events; % no_events can be anything from 1 t...
11 years 前 | 1 个回答 | 0
1
个回答提问
Type II Errors—Counting and Calculating Probability
I have 10 randomly distributed pseudorandom numbers, r = 10.5 + 1.*randn(1,10); and I've calculated the t-test over a 95%...
12 years 前 | 0 个回答 | 0
0
个回答提问
Normally distributed pseudorandom numbers using randn
Why doesn't EDU>> r = 10.5 + 1.*randn(1,10); EDU>> mean(r) ans = 10.5848 return a mean of 10.5 if I specified...
12 years 前 | 1 个回答 | 0

