|
[Date Index]
[Thread Index]
[Author Index]
Re: How to show the plot in Module[{}, ]?
- To: mathgroup at smc.vnet.net
- Subject: [mg77440] Re: How to show the plot in Module[{}, ]?
- From: "N.Y." <sysnamy at giga.net.tw>
- Date: Sat, 9 Jun 2007 05:24:34 -0400 (EDT)
a[] := Module[{}, Print["I'll be good!"];
Print[Plot[Cos[x], {x, 0, 10}]];
Print["Fine,me too"];]
Prev by Date:
Re: Time, Inverse, Simulation simple dynamical system, speed issue
Next by Date:
Re: display change in version 6
Previous by thread:
Re: How to show the plot in Module[{}, ]?
Next by thread:
Alt+Click has no effect when I use LocatorAutoCreate->True
|