Cell Array and Matrix
古いコメントを表示
How do I multiply/subtract a cell array and a matrix for Ex. I want to multiply D and L , Cell array
D = {[1 2] , [1 1] ; [1 6 ] , [5 2] };
and matrix
L=[1 0 0 0; 0 1 0 0 ]
1 件のコメント
Azzi Abdelmalek
2013 年 11 月 10 日
編集済み: Azzi Abdelmalek
2013 年 11 月 10 日
What is the expected result? There are several possibilities
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!