Info

此问题已关闭。 请重新打开它进行编辑或回答。

Indexing an an array

1 次查看(过去 30 天)
Keihan
Keihan 2018-4-25
关闭: MATLAB Answer Bot 2021-8-20
I have n arrays with different lengths. I want to index these n arrays in a for loop. How do I index n arrays of different lengths from 1 to n?
Thank you.
  1 个评论
Stephen23
Stephen23 2018-4-25
编辑:Stephen23 2018-4-25
Simple: put them into a cell array, and then use an index. Indexing is neat, very efficient, and easy to debug.
Whatever you do, do NOT try to magically access the variable names in a loop. Dynamically accessing variable names in a loop is slow, complex, buggy, and hard to debug. Read more here:

回答(0 个)

此问题已关闭。

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by