¿Como hacer tablas con valores contantes ?

1 回表示 (過去 30 日間)
Paul Gutama
Paul Gutama 2016 年 10 月 25 日
コメント済み: mizuki 2016 年 10 月 25 日
Trabajo
  1 件のコメント
mizuki
mizuki 2016 年 10 月 25 日
Question: How can I make tables with constant values?

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

回答 (1 件)

mizuki
mizuki 2016 年 10 月 25 日
Haciendo tables con valores constates, matrices A y B:
A = [1 2 3]'; % vector vertical
B = [4 5 6]'; % otro vector vertical
tbl = table(A, B);
Poderia entiendo mal su pregunta. Hacerme saber si es asi.

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by