¿Como hacer tablas con valores contantes ?
1 回表示 (過去 30 日間)
古いコメントを表示
Trabajo
1 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!