Over-determined system
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Dear Friends,
I want to solve an over-determined system in the form of max(abs(A*x)) = B;
size(A) = n by m
size(x) = m by 1
size(B) = n by 1
n > m
NOTE: A is a cell array which each Aij is vector of length L
Is there any built in function in MATLAB that solves such systems?
3 Kommentare
John D'Errico
am 13 Nov. 2019
No. Why should there be?
Just convert A to a true matrix of the indicated size. Then use any of a dozen or so differet ways to solve the system.
parham kianian
am 13 Nov. 2019
John D'Errico
am 13 Nov. 2019
Now I remember. You asked exactly this question before, but did not get an answer, so you are asking it again. Only this time, you asked it in a hidden way to make it look like a different problem. Only in your comment do you disclose it is identical.
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!