LogBaseN:
--------------------------------------------------------------------------
log of base n.
The demo solves the problem log base 4 of 2.
Since version 10.
--------------------------------------------------------------------------
Form:
y = LogBaseN(n,x)
--------------------------------------------------------------------------
------
Inputs
------
n (1,1) Base
x (1,:) Number
-------
Outputs
-------
y (1,:) log base n of x
--------------------------------------------------------------------------