help with conversions (in/cm/ft)

3 views (last 30 days)
Joseph
Joseph on 13 Feb 2014
Edited: Thomas on 13 Feb 2014
Need help creating a program that is capable of converting from cm or in or ft into units of cm or in or ft. If incorrect units are input by the program user print an appropriate message and do not perform conversion.
Thanks

Accepted Answer

Thomas
Thomas on 13 Feb 2014
Edited: Thomas on 13 Feb 2014
If you have the Aerospace toolbox..
try
convlength
or mapping toolbox
distdim
Otherwise you might want to write your own simple script for the same if there is nothing in File Exchange
Some given here:

More Answers (0)

Categories

Find more on File Name Construction in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!