Make a vector for given number.

1 回表示 (過去 30 日間)
fyza affandi
fyza affandi 2018 年 11 月 25 日
回答済み: Image Analyst 2018 年 11 月 25 日
How can I make a vector for given number end with 9.
For example I want 5 elements.
A = [7 8 8 9 9]
For 4 elements
B=[8 8 9 9]
and so on.
Hope you can help me

回答 (1 件)

Image Analyst
Image Analyst 2018 年 11 月 25 日
Try this
vec = [vec, 9];
Adapt for different vector names.

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by