On 4/13/2013 4:55 PM, JAMES wrote:
...
> ... as I'm restricted to plain
> text here. ...
> The function I've been trying to plot is shown in the paper as Equation
> 10, and I've also attached it, for convenience as
> quasi_gaussian_function.png.
Post a link to one of the many free-hosting sites...or write the
equation out here--you'll have to translate it to Matlab code to
evaluate it to plot it anyway, may as well get started...
> It is a function describing the concentration of fluid particles in an
> electric field. ...
As posted earlier, look at the example you'll find in
doc meshgrid
of evaluating a function over a mesh in order to plot the surface...
--
...
> ... as I'm restricted to plain
> text here. ...
> The function I've been trying to plot is shown in the paper as Equation
> 10, and I've also attached it, for convenience as
> quasi_gaussian_function.png.
Post a link to one of the many free-hosting sites...or write the
equation out here--you'll have to translate it to Matlab code to
evaluate it to plot it anyway, may as well get started...
> It is a function describing the concentration of fluid particles in an
> electric field. ...
As posted earlier, look at the example you'll find in
doc meshgrid
of evaluating a function over a mesh in order to plot the surface...
--