Question:
How do I make "semilog" plot?

Answer:
To make semilog plot, calling msPlot(mfPoint(x), mfLog10(y)) in MATFOR and it should give the same result as calling semilog(x,y) in Matlab.