Path: news.mathworks.com!not-for-mail
From: "Rami AbouSleiman" <rdabousl@oakland.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Read variables from Workspace
Date: Fri, 18 Apr 2008 19:14:02 +0000 (UTC)
Organization: Oakland University
Lines: 14
Message-ID: <fuartp$3aq$1@fred.mathworks.com>
References: <fuaobd$hbu$1@fred.mathworks.com> <1e392b5f-2ba0-485f-b913-6d2b2fb6d2f3@k37g2000hsf.googlegroups.com>
Reply-To: "Rami AbouSleiman" <rdabousl@oakland.edu>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1208546042 3418 172.30.248.35 (18 Apr 2008 19:14:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 18 Apr 2008 19:14:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1325461
Xref: news.mathworks.com comp.soft-sys.matlab:463949


plim <manuela.cotrim@gmail.com> wrote in message
<1e392b5f-2ba0-485f-b913-6d2b2fb6d2f3@k37g2000hsf.googlegroups.com>...
> what do you mean with workspace?


Are you serious?
check your matlab main window, its a small box that has all
your variables in your current directory.
for example you might declare x=5; in your code you will see
it as x=5 in your workspace and if you type x in your
command window you will get 5
i dont know why i am telling you this if you dont know
workspace how would you help me