base 10 logarithm
y = log10(x)
vector or matrix
log10(x) is the "element-wise" base 10 logarithm y(i,j)=log10(x(i,j)).
log10(x)
y(i,j)=log10(x(i,j))
10.^log10([1,%i,-1,-%i])