対数
y=log10(x)
ベクトルまたは行列
log10(x) は,10を底とする"要素毎"の対数 y(i,j)=log10(x(i,j))です.
log10(x)
y(i,j)=log10(x(i,j))
10.^log10([1,%i,-1,-%i])