for Loop counting Array

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 日

0 投票

I prefer using inputdlg for the inputs. Then see the documentation section on Matrix Indexing to understand how to create the vector.

カテゴリ

製品

タグ

質問済み:

2021 年 3 月 17 日

回答済み:

2021 年 3 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by