我遇到它有许多MATLAB代码%#ok<SAGROW>
的意见。 该注释在不同情况下使用,我无法弄清楚是什么意思。
举个例子:
i = 1;
flag = true;
for l = 1:k
while(flag==true)
if(probs(i)~=0)
leaves(l).val = i-1; %#ok<*SAGROW>
leaves(l).zero = '';
leaves(l).one = '';
leaves(l).prob = probs(i);
i = i + 1;
flag = false;
else
i = i+1;
flag = true;
end
end
flag =true;
end
有此评论其他引用也为instace:
- http://www.codeproject.com/Questions/151765/answer.aspx
- http://www.scribd.com/doc/69869075/EEE-554-Matlab-Solutions
- http://www.mathworks.com/matlabcentral/newsreader/view_thread/321047
- http://www.nd.edu/~jrunkle1/ballis_problem.m