Feeds
提问
N doesn't increase in 'for loop'
z=1:100; for n=1:100 f(z)=n; end why f(z) all equals to 101 instead of 1, 2, 3...100 after running.
9 years 前 | 1 个回答 | 0
1
个回答提问
with and without bracket
SD = [1 2 3 4 5 6 7 8 9 10], I want to calculate the mean of SD, the two codes below gives me two answers why bracket can mak...
9 years 前 | 2 个回答 | 1
