CHANGEUNIT

CHANGEUNIT (converts between units).

이 제출물을 팔로우합니다

CHANGEUNIT
CHANGEUNIT(x,'unit1','unit2') - Converts array x from physical unit1
to unit2
Example: changeunit(1,'in','mm') = 25.4

This is a very compact/fast/simple version of units.m(by Henning Ressing) which has been very useful to me but is not very easy to read because of a flood of switch-case statements.

인용 양식

Mukhtar Ullah (2026). CHANGEUNIT (https://kr.mathworks.com/matlabcentral/fileexchange/5863-changeunit), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: Units (updated)

도움 준 파일: Unit Conversion Tools

카테고리

Help CenterMATLAB Answers에서 Convert Image Type에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

compact code