for Loop counting Array

1 次查看(过去 30 天)
Qiabin John Su
Qiabin John Su 2021-3-17
I'm trying to ask the user for an integer input, then store that value as N.
Making a for loop from 1:N creating an array storing elements from 1 to N vertically. like
1
2
3
to N

回答(1 个)

Star Strider
Star Strider 2021-3-17
I prefer using inputdlg for the inputs. Then see the documentation section on Matrix Indexing to understand how to create the vector.

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by