From: Knut on 1 Mar 2010 01:29 Ì 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 1 Mar 2010 01:44 "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 1 Mar 2010 10:19 "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
|
Pages: 1 Prev: gui and simulink Next: How to create a 3D matrix based on the vectors of X,Y,Z? |