Why Does eig() Not Throw an Error for Non-Square, Symbolic Input?
Ältere Kommentare anzeigen
Example:
M = [sym(zeros(2));sym('m',[2 2])];
M(1,1) = 1
eig(M)
But filling in the top partition of M does yield the expected result:
M(1:2,1:2) = sym('n',[2 2])
eig(M)
Bug?
1 Kommentar
Christine Tobler
am 20 Mai 2021
That does seem wrong, I'll pass it along to the right team.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Work with Components finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


