From: Knut on
Ì am calling a *.p file that has hard-coded text output. This is adding noise to my scripts.

Is there any way to call a function but disable any text output from it? Something like "echo off"?
From: us on
"Knut " <knut.inge.hvidsten(a)tandberg.com> wrote in message <hmfmrl$t2d$1(a)fred.mathworks.com>...
> Ì am calling a *.p file that has hard-coded text output. This is adding noise to my scripts.
>
> Is there any way to call a function but disable any text output from it? Something like "echo off"?

a hint:
- you could shadow output functions like DISP, SPRINTF, and FPRINTF...

us
From: Steven Lord on

"Knut " <knut.inge.hvidsten(a)tandberg.com> wrote in message
news:hmfmrl$t2d$1(a)fred.mathworks.com...
>� am calling a *.p file that has hard-coded text output. This is adding
>noise to my scripts.
>
> Is there any way to call a function but disable any text output from it?
> Something like "echo off"?

Use EVALC.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ