if i consider i=1:1000, what does ':' mean in x(i,:)
7 次查看(过去 30 天)
显示 更早的评论
In a for loop what does : mean in x(i,:) if i consider i=1:1000??
my coding is:
t=20
for i=1:t
error(i,:)= errornew
end
Please help.
Thank you.
0 个评论
采纳的回答
Torsten
2015-8-17
It means that the first 20 rows of the matrix "error" are set to the vector "errornew".
Best wishes
Torsten.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!