도전2022
matlab : mod, rem 비교 본문
SMALL
1) MOD(x,0) =x , whereas REM(x,0)=NaN
2) MOD(x,y) has the sign of y, while REM(x,y) has the sign of x
3) MOD and REM are equal if x and y have the same sign.
비슷한 기능을 하지만, 1) 식에서 표현하는 것만 드르다.
LIST
'작업 > Work2017' 카테고리의 다른 글
qt 다운로드 위치 (0) | 2017.02.16 |
---|---|
http://blog.naver.com/snorks/110141560379 (0) | 2017.02.14 |
matlab 오류 : Undefined function 'gride' for input arguments of type 'char'. (0) | 2017.01.17 |
매틀랩 함수 관련 (0) | 2017.01.17 |
Undefined function 'con' for input arguments of type 'double'. (0) | 2017.01.17 |