Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 3 months ago

Convert Between Numerics and Prefixed Strings (SI or Binary) by Stephen Cobeldick

Convert between numeric scalar values and SI prefixed or binary prefixed strings. (data, kibi, mibi)

binum(str,pst)

bipre(val,sgf,pfx)

sinum(str,pst)

image thumbnail

updated 4 months ago

Engineering Notation in MATLAB by Rick Rosson

This MATLAB Function, called 'num2eng', converts a number to engineering notation. (engineering notation, engineering, notation)

num2eng(aNumber,sigFigs)

image thumbnail

updated 3 years ago

sci2num by Jason Kaeding

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

sci2num(str)

image thumbnail

updated 3 years ago

num2sci by Jason Kaeding

Works just like num2str except will print with formatting in SI prefix notation. (si, notation, prefix)

num2sci(A,precision,units)

image thumbnail

updated almost 5 years ago

num2str with metric prefix by Mark T

Converts numbers to strings in engineering notation (num2str, metric, prefix)

xstr=num2strEng(x,varargin)

Contact us