What does mean this X=[A'B'C'] ??
Show older comments
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' ??
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Operations and Transformations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!