Re: Displaying echos when running a script file
- From: Scott <no@xxxxxxxx>
- Date: Tue, 16 Aug 2005 18:28:09 -0400
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
.
- References:
- Displaying echos when running a script file
- From: Nick Steinmetz
- Displaying echos when running a script file
- Prev by Date: Re: questions about phase of fft
- Next by Date: Re: Puzzling "problem" with seeding randn
- Previous by thread: Displaying echos when running a script file
- Next by thread: x11 problem
- Index(es):
Relevant Pages
|