sci2num

Converts a string with (possibly) an SI prefix to a number. Works in reverse of num2sci.

Al momento, stai seguendo questo contributo

Converts a string with (possibly) an SI prefix to a number. Works in reverse of num2sci. Works with cell arrays of strings also.

Examples:

num = sci2num('14.5 m') returns num = 0.0145
num = sci2num('14.5') returns num = 14.5
num = sci2num({'14.5m','85.2'}) returns num = [0.0145 85.2]

Cita come

Jason Kaeding (2026). sci2num (https://it.mathworks.com/matlabcentral/fileexchange/26828-sci2num), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0