How to store a value obtained from a for loop in a matrix?
1 次查看(过去 30 天)
显示 更早的评论

I am trying to store the value of i, which i have obtained from a for loop, into a 1x13 matrix however the array that is produced is the following array from 1 to 13. So i would like the value of 7 to be in the position where the 5 is located and 8 to be where 6 is located. New to matlab so apologies if this is a trivial question. EDIT: The value of i is often random and can vary in length.
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!