CHANGEUNIT

CHANGEUNIT (converts between units).
2,6K Downloads
Aktualisiert 5 Jan 2005

Keine Lizenz

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.

Zitieren als

Mukhtar Ullah (2024). CHANGEUNIT (https://www.mathworks.com/matlabcentral/fileexchange/5863-changeunit), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: Units (updated)

Inspiriert: Unit Conversion Tools

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

compact code