|
[Date Index]
[Thread Index]
[Author Index]
Re: Listing ALL Options for a mathematica Function
- To: mathgroup at smc.vnet.net
- Subject: [mg67491] Re: Listing ALL Options for a mathematica Function
- From: "MR" <marcinrak at gmail.com>
- Date: Wed, 28 Jun 2006 03:51:53 -0400 (EDT)
- References: <e7j0v7$7p4$1@smc.vnet.net><e7qme5$6kd$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Norbert Marxer wrote:
> Hello
>
> You can find and inspect the .m files of many Mathematica packages.
>
> Start from your installation directory, which is given by
> "C:\Programme\Wolfram Research\Mathematica\5.2" on my computer (use
> $InstallationDirectory to find it for your computer).
>
> The subdirectory "AddOns" contains several subdirectories (e.g.
> "StandardPackages", "JLink", "ExtraPackages", etc.) which contain the
> code for many Mathematica packages (like "XMLCapabilities",
> "WebServices", "GUIKit", "JLink", "DifferentialEquations", etc.).
>
> You will find the m-file "Animation.m" (which contains the function
> "MovieContourPlot") in the subdirectory
> "...\AddOns\StandardPackages\Graphics". You can inspect these files
> using the Mathematica Frontend or a text editor.
>
> You will learn a lot from studying these m-files.
>
> Best Regards
> Norbert Marxer
> www.mec.li
fantastic...thanks a bundle
mr
Prev by Date:
Re: Getting Color *names* as strings?
Next by Date:
Viewing animations also on RealTime3D
Previous by thread:
Re: Listing ALL Options for a mathematica Function
Next by thread:
Global Optimization 5.2 now available
|