merging the values
古いコメントを表示
I have 2 matrices
A and B and 100 rows and 42 columns,now i want 1st row of A and B matrices to be stored in an variable named firstcombination,2nd row of A and b matrices to be stored as secondcombination and so on,please help
1 件のコメント
Walter Roberson
2012 年 1 月 30 日
Do you need to _store_ the combinations one by one in to individual variables each of which includes the combination number? Or do you need to _output_ the combinations to the display?
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 1 月 29 日
0 投票
2 件のコメント
kash
2012 年 1 月 30 日
Walter Roberson
2012 年 1 月 30 日
Variable names cannot start with a number. If your requirement is variable names that start with a number, you will need to find a very different computer language.
カテゴリ
ヘルプ センター および File Exchange で Performance and Memory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!