Help with multiplication of cell arrays
古いコメントを表示
Hi,
I have an array of 100 1*4 matrices
I have a second array of 1000 1*4 matrices
I want the .* of for each of my 100 matrices multiplied by each of the 1000 matrices.
In total, my ouput should be 100,000 matrics.
I just wanted some help with the code, I think i may be misunderstanding how the arrays are working...
Thanks
採用された回答
その他の回答 (1 件)
Sean de Wolski
2012 年 8 月 20 日
1 件のコメント
Duvarakesh KR
2014 年 3 月 10 日
if i use this logic in my program.i got error like "Sparse integer array arithmetic operation in not supported" please help help
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!