What units do you use?
Mostrar comentarios más antiguos
I was cleaning up old computer files recently and I found about a hundred unit converter functions I wrote years ago for my masters research. So I decided to post them on file exchange ( http://www.mathworks.com/matlabcentral/fileexchange/35258-unit-converters), and then for completeness I started filling in the gaps, writing functions for conversions I'd previously left out. The list has grown to about 800 functions now, and I'd like to know what I'm missing. I'll be doing volume next, then power and energy/work. What others would be useful for you?
Respuestas (2)
Jan
el 5 de Abr. de 2012
1 voto
- Numerical date-number of Excel <-> numerical date-number of Matlab (different to Mac and PC-Excel!)
- Unix date number <-> Matlab date number
- Java date number <-> Matlab date number
1 comentario
Chad Greene
el 5 de Abr. de 2012
Daniel Shub
el 5 de Abr. de 2012
While I know it is not what you are doing, something that handles unit multiplication would be pretty cool. For example
unitconvert('kg*m/s^2')
should return 'N'.
1 comentario
Chad Greene
el 5 de Abr. de 2012
Categorías
Más información sobre Climate Science and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!