Filter löschen
Filter löschen

matlab question with sym

1 Ansicht (letzte 30 Tage)
LIU WEIHUA
LIU WEIHUA am 28 Nov. 2011
When I using the function of 'norm' with norm(F,Inf),the command window shows a line of the words with "Undefined function or method 'norm' for input arguments of type 'sym'". Actually,F is a matrix with real number,however, it comes from some other matrix which is define by sym. So ,How I can make norm(F,Inf) successfully?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 28 Nov. 2011
norm(double(F),Inf)

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by