How can I create arrays with different names using loop?

I want to create n=1:56 arrays with names a(n), and each array contein random number.
thank you.

답변 (1개)

James Tursa
James Tursa 2022년 3월 31일
편집: James Tursa 2022년 3월 31일

0 개 추천

Don't embed numbering into the variable names. This will make the variables hard to use downstream in your code. Use cell arrays or multidimension arrays etc. instead. See this discussion:

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

질문:

2022년 3월 31일

편집:

2022년 3월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by