storing variables within variables
- From: "Charles " <charles.vaughan@xxxxxxxxxxxx>
- Date: Thu, 31 Jul 2008 15:44:02 +0000 (UTC)
I have 2 sets of variables:
x={'test1';'test1'}
y=10
and
x={'test2'}
y=5
I would like to assign variable name chamber1 to the first
set and chamber2 to the second set. This way when I call
chamber1 I will see:
x={'test1';'test1'}
y=10
and when I call chamber2 I will see:
x={'test2'}
y=5
Is there a way to do this?
Thanks
.
- Follow-Ups:
- Re: storing variables within variables
- From: Donn Shull
- Re: storing variables within variables
- From: David
- Re: storing variables within variables
- Prev by Date: generate C code from Simulink model
- Next by Date: function for rotating set of points
- Previous by thread: generate C code from Simulink model
- Next by thread: Re: storing variables within variables
- Index(es):