basic code question

Hello,
If I have a 2 vectors A and B, how would I save them as one vector in the workspace called C? For example C would be <100x2double>?
Thank you

 採用された回答

Geoff
Geoff 2012 年 3 月 22 日

0 投票

I assume A and B are both 100x1 row-vectors:
C = [A B];

その他の回答 (0 件)

カテゴリ

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

タグ

質問済み:

2012 年 3 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by