필터 지우기
필터 지우기

How to get smith form of a matrix in matlab

조회 수: 2 (최근 30일)
sakshi ahuja
sakshi ahuja 2016년 3월 25일
댓글: Walter Roberson 2016년 3월 25일
When i tried this code: syms x A = [x^2 + 3, (2*x - 1)^2; (x + 2)^2, 3*x^2 + 5] S = smithForm(A) I got following error: Undefined function or method 'smithForm' for input arguments of type 'sym'. How to resolve this.

채택된 답변

Roger Stafford
Roger Stafford 2016년 3월 25일
편집: Walter Roberson 2016년 3월 25일
  댓글 수: 3
sakshi ahuja
sakshi ahuja 2016년 3월 25일
편집: sakshi ahuja 2016년 3월 25일
When i used mupad, then it is succesfully givivng me smith form but when i tried to evaluate [S, U, V]; it is showing error. Error is in this line: [S, U, V] := linalg::smithForm(A, All)
Walter Roberson
Walter Roberson 2016년 3월 25일
The MATLAB interface to smithform is available only from R2015b. Before that you need to interface into the MuPAD linalg routine.
sakshi, are you executing those commands inside a MuPAD notebook? If you are then what error message are you receiving?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by