[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: simple / newbie question: how to suppress echo of data values
From: |
Ben Abbott |
Subject: |
Re: simple / newbie question: how to suppress echo of data values |
Date: |
Thu, 27 Sep 2012 08:12:49 -0400 |
On Sep 27, 2012, at 8:10 AM, Stephen Boesch wrote:
> Hi,
> I am doing csvread of larger datafiles into a variable. What is the way to
> suppress printing of the variable value (scores of pages..) upon its
> assignment? I would presume there were a "set" -ting that can be toggled?
>
> thanks!
> stephenb
Terminate your line with a semicolon.
data = csvread (...);
Ben