function [ y ] = logPlusX( x ) %%define function** y = log(x)+x; %%when you say, to create a fxn that returns ln(x) + x, you mean the actual value of this (once x is given a value), correct?** end