Cell Array and Matrix
Mostra commenti meno recenti
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 Commento
Azzi Abdelmalek
il 10 Nov 2013
Modificato: Azzi Abdelmalek
il 10 Nov 2013
What is the expected result? There are several possibilities
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!