フィルターのクリア

option "Interpret vector parameter as 1-D" in Constant block

8 ビュー (過去 30 日間)
Owen
Owen 2012 年 11 月 13 日
Hi,
in Constant block there is an option called "Interpret vector parameter as 1-D". I tried this option and found out the following difference.
The configuration is: Constant value = [1;2;3;4] With this option: 1 2 3 4 1 2 3 4 ...
Without this Option: 1 2 3 4 1 2 3 4 ...
That is, this opion can change column vectors to line vectors. Is it the purpose of this option?
Thanks Senmeis

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 11 月 13 日
With the option "Interpret vector parameter as 1-D"
x=[1 2 3 4] and x=[1;2;3;4] are considered as a line vector which means it takes x= [1 2 3 4]
Without the above option
x=[1 2 3 4] and x=[1;2;3;4] are differents
  1 件のコメント
Owen
Owen 2012 年 11 月 14 日
Thank you very much.
Senmeis

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

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by