Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Check this out & ...!!!???
Posted:
Sep 4, 2002 9:44 AM
|
|
Hello,
1) Include a semicolon at the end of the command you are evaluating...
matt=['MTRX',int2str(inter_index),'=N_I;'];
2) Look at "help print".
3) For best results, try to avoid making your message look like spam--I almost didn't open it--by using an informative subject line.
HTH,
Ken
"Dev" <dev.anand@indiatimes.com> wrote in message news://eeb1ad7.-1@WebX.raydaftYaTP... > Dear Sir/Maam, > > > 1. I want to suppress print in command window while using eval().I am sending the relevent part: > > matt=['MTRX',int2str(inter_index),'=N_I']; > eval(matt); > > > 2. I want a data file to be printed directly to printer from a matlab program. > > > Can these be done.Please let me know as soon as possible. > > > Regards > Dev
|
|
|
|