how to create a user defined vector in matlab?

I want to create a user defined vector in matlab?

1 件のコメント

KSSV
KSSV 2016 年 10 月 6 日
What is the definition of the vector?

サインインしてコメントする。

 採用された回答

KSSV
KSSV 2016 年 10 月 6 日

1 投票

You mean some thing like this?
prompt = 'Enter a vector';
x = input(prompt) ;

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDesktop についてさらに検索

質問済み:

2016 年 10 月 6 日

コメント済み:

2016 年 10 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by