What does mean this X=[A'B'C'] ??
Afficher commentaires plus anciens
A = [1 2 3]
B = [-1 1 3]
C = [5 6 7]
if A, B, C are matrices with these values and X = [A'B'C'] then
What is 'X' ??
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Operations and Transformations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!