Plot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg37179] Plot problem
- From: Frank Brand <frank.brand at t-online.de>
- Date: Tue, 15 Oct 2002 04:17:56 -0400 (EDT)
- References: <akkbts$7o2$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Dear colleagues,
how can I solve the following problem: The task is to successively plot
the functions given in FuncList with the accociated variable
FuncList = {Exp[x], Sin[y], z^3};
VarList = {x, y, z};
Do[Plot[FuncList\[LeftDoubleBracket]
i\[RightDoubleBracket], {VarList\[LeftDoubleBracket]
i\[RightDoubleBracket], -5, 5}], {i, 1, Length[VarList]}]]
Thanks in advance
Frank Brand
- Follow-Ups:
- Re: Plot problem
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Plot problem
- From: "German BUITRAGO A." <gerbual@col2.telecom.com.co>
- Re: Plot problem