Please clarify this statement?
显示 更早的评论
var_temp(num_loc(k)+num_1(k) :end+num_1(k))=var_temp(num_loc(k):end); var_temp(num_loc(k)+1:num_loc(k)+num_1(k))=var_temp(num_loc(k));
回答(2 个)
Azzi Abdelmalek
2014-9-21
0 个投票
Roger Stafford
2014-9-21
Read about the 'colon' operator here:
http://www.mathworks.com/help/matlab/ref/colon.html
and the 'end' array index here:
http://www.mathworks.com/help/matlab/ref/end.html
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!