Re: Displaying echos when running a script file



Nick Steinmetz wrote:
>
>
> I'm kind of new at MATLAB, so this may be a trivial question, but
> thank you for helping me to solve it.
>
> When I run a script file I've written, the command window outputs
> some kind of echo output for every time the script changes a
> variable. For example, when the script has a line like:
>
> var1 = 5
>
> then the command window outputs:
>
> var1 =
>
> 5
>
> This wouldn't be a problem except that some of the variables are
> ridiculously large matrices (upwards of 150,000 rows) which take a
> bit of time to display on the screen. So, I need to somehow set it
> to
> skip the display of these kind of things when running the script.
>
> I tried playing with the function called "echo" (i.e. including the
> line "echo off" in my program), but that deals with a different
> kind
> of echoing, which outputs the actual lines of codes.
>
> Please let me know if you can help me. Thank you!
>
> Nick
Nick,

Try var1=5;

hth,
Scott
.



Relevant Pages

  • Displaying echos when running a script file
    ... When I run a script file I've written, the command window outputs ... skip the display of these kind of things when running the script. ... I tried playing with the function called "echo" (i.e. including the ...
    (comp.soft-sys.matlab)
  • RE: Deploying user list to workgroup
    ... Tom ... "Nick Staff" wrote: ... > You are not bothering me in the least - if anything it's my fault for giving ... > initially tested the script I didn't use multiple computer names, ...
    (microsoft.public.win2000.general)
  • RE: Deploying user list to workgroup
    ... You are not bothering me in the least - if anything it's my fault for giving ... initially tested the script I didn't use multiple computer names, ... (members, ForReading) ...
    (microsoft.public.win2000.general)
  • RE: Deploying user list to workgroup
    ... no matter how many are on the members list. ... "Nick Staff" wrote: ... > open the script in notepad and put an appostrophe before the line on error ... script runs and says "accounts have been ...
    (microsoft.public.win2000.general)
  • RE: Deploying user list to workgroup
    ... "Nick Staff" wrote: ... > open the script in notepad and put an appostrophe before the line on error ... script runs and says "accounts have been ... but no accounts on computers. ...
    (microsoft.public.win2000.general)