linsolve help
显示 更早的评论
Hello, I have 2 known matrices and need to solve a linear equation MH=I. H is 8x4, I is 4x4. I cannot think of a way to get linsolve to work this out because it would be solving for M, right? Any help on how to get this into a useful form?
回答(1 个)
bym
2011-12-11
you don't need linsolve:
M = I/H;
类别
在 帮助中心 和 File Exchange 中查找有关 Language Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!