[matlab] Inverse Matrix
- DevelopEnv/matlab
- 2011. 7. 27.
A = [2,-1,0; -1,2,-1; 0,-1,2]; <-- 0,0,0 ; <-- 세미콜론있습니다.
짜잔~? 이렇게 됩니다.
Reference
[1] MathWorks ( http://www.mathworks.com/help/toolbox/symbolic/inv.html )
( http://www.mathworks.com/help/techdoc/ref/inv.html )
- MatlabWorks sites 이다. 이것 저것 많으니깐 필요할 때 하나씩 찾아서 갑시다!!
[1] MathWorks ( http://www.mathworks.com/help/toolbox/symbolic/inv.html )
( http://www.mathworks.com/help/techdoc/ref/inv.html )
- MatlabWorks sites 이다. 이것 저것 많으니깐 필요할 때 하나씩 찾아서 갑시다!!
'DevelopEnv > matlab' 카테고리의 다른 글
[matlab] Draw Plot() (0) | 2012.09.13 |
---|---|
[matlab] m-file 사용하기 (0) | 2012.09.13 |
[matlab] 파일 입출력으로 데이터 읽고 쓰기 (0) | 2012.06.08 |
[Matlab] Euler to Rotation Matrix (0) | 2012.01.18 |