Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to perform pinv for each column in a complete matrix?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
John D'Errico
el 24 de Nov. de 2021
Editada: John D'Errico
el 24 de Nov. de 2021
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?
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!