이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Works just like num2str except will print with formatting in SI prefix notation and (optional) units and precision.
Works with arrays of numbers and (potentially) cell arrays of strings for the units, returning a cell array of strings.
Examples:
str = num2sci(165.48e-3) returns str = '165.5 m'
str = num2sci(165.48e-3,'V') returns str = '165.5 mV'
str = num2sci(165.48e-3,'mV') returns str = '165.5 uV'
str = num2sci(165.48e-3,3,'V') returns str = '165 mV'
str = num2sci([1.5 2.5],{'V','mA'}) returns str = {'1.5 V' '2.5 mA'}
인용 양식
Jason Kaeding (2026). num2sci (https://kr.mathworks.com/matlabcentral/fileexchange/26827-num2sci), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Scientific Prefix to Number, Number to Scientific Prefix
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
