Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to perform pinv for each column in a complete matrix?
1 次查看(过去 30 天)
显示 更早的评论
A=[1 5 9;2 6 10;3 7 11;4 8 12]
B = pinv(A);
I want to perform pinv(A) to each column.
Can some help me? No loops please.
1 个评论
John D'Errico
2021-11-24
编辑:John D'Errico
2021-11-24
Is there a valid reason why you wish to do that? It is my guess, based on your request, you you don't understand PINV or what it does, based on your question. What will you do with the result and why do you think it will help you?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!