Questions on Mathematica packages, which are self-contained bundles of Mathematica code that add new functions and other functionality.

learn more… | top users | synonyms (1)

2
votes
2answers
87 views

What is the best way for an application to provide customisation options for the user?

Suppose that an application needs to be configured specifically for a user's system. e.g. the application needs to be told the location of certain data directories. What is the best way to provide ...
2
votes
1answer
58 views

Can I place a link to a package file (.m) in my Applications folder

I am developing a package and would like to be able to test it without having to copy the package file to my $UserBaseDirectory/Applications folder for each change, ...
2
votes
0answers
104 views

Does Mathematica support collaborative filtering and recommendation systems?

Does Mathematica support collaborative filtering and recommendation systems such as can be found in Apache Mahout? I could not find any resources about advanced data mining techniques, beyond ...
2
votes
0answers
70 views

What exactly does AddTeX2Eps do and how does one use it?

What exactly is Janko Slavic's addon package AddTeX2Eps supposed to do, and exactly how does one get it to work? I do understand it's supposed to allow one to use TeX ...
1
vote
1answer
156 views

How do I insert a piece of code in Mathematica?

In Fortran, I can use include "file" to insert a piece of code. Is there a similar method in Mathematica?
1
vote
1answer
119 views

Recovering vertex names from Combinatorica Graph

According to WRI tech support: Combinatorica functionality is not technically deprecated, though it is our hope that future versions of Mathematica will subsume it entirely by incorporating its ...
1
vote
1answer
173 views

Complex Region using Presentations Package

Just purchased the Presentations package. First sketched this region: ...
1
vote
0answers
67 views

How to automatically load package in Player Pro by making backup files of init.m?

I dont know whether I am asking the right question or not but I am curious to know whether we can automatically load the package in ...
1
vote
0answers
125 views

Package autoloading not working in CDF and Player Pro

I have made a package BeginPackage["top`"] t[x_]:=MessageDialog["This is top"] t1[x_]:=MessageDialog["This is top1"] EndPackage[] and used the code of this ...
0
votes
1answer
77 views

Integrating polynomial functions over polytopes with an add-on package

There is a Mathematica package to evaluate integrals over polytopes: http://library.wolfram.com/infocenter/Books/3652/ In the documentation (Functions.nb file) I ...
0
votes
1answer
70 views

Get function not working [closed]

Here is what is at the beginning of one of my packages. I have the same problem with any package in which i'm trying to get any another package. ...
0
votes
1answer
85 views

Images in package Not visible

I want to make a package where some variables are initialized to images. but when i save the package, all images are in the form of ImageData that are very long. ...
0
votes
1answer
329 views

Using GRTensorM 1.2 in Mathematica 8.0

I am copying a post from 2009 that didn't get any reply on the Wolfram page, as I am experiencing a similar problem to this at the moment: I was wondering if anyone here knows of a way to force 8.0 ...
0
votes
0answers
22 views

How to quick locate error lines in the Mathematica .m File [duplicate]

Syntax::sntue: Unexpected end of file (probably unfinished expression) (line 131 of "MyWord`"). possible to show line number?
0
votes
0answers
83 views

Availability of Quantum Optics package [closed]

I am wondering whether the quantum optics mathematica package developed by D. Meiser (pls see http://acceleratedqo.blogspot.com.au/ is freely available?
0
votes
0answers
79 views

Function Nodal2`NodalNetwork is not evaluating [closed]

I am using a default package Nodal2.m for nodal analysis of a Voltage Controlled Current Source, but it's giving the same statement back in output instead of Y ...
0
votes
0answers
65 views

Can I write a package with dynamic variables?

My Notebook has no functions, but has a lot repetitive code with dynamic variables. I want to put the repetitive code into a package. Can i write a Package with functions that use dynamic variables?
0
votes
0answers
108 views

Loading FeynArts package results in 'Null'

I'm trying to load the Feynarts package into Windows environment to use with Mathematica. First I loaded Cygwin and than ran the Feynarts install file in the Cygwin folder. Then I realized that it has ...
0
votes
1answer
128 views

How can I load packages automatically after reopening Mathematica [duplicate]

Possible Duplicate: Automatically load packages at startup I have made two packages "Package1" and "Package2". Package2 calls Package1. it works fine.But everytime I am reopening ...
0
votes
0answers
235 views

Gaussian processes for machine learning [closed]

What solutions are there for Gaussian process regression and classification in Mathematica? Examples are gratefully received.
-1
votes
3answers
430 views

Examples of (well coded) packages using custom notation

Which packages do you know of, that have the following properties: using custom notation (for input AND output would be preferable) well coded & designed (from your subjective perspective!)
-1
votes
1answer
184 views

How can I access variables from one .nb file to another .nb file? [closed]

upto last weekend,I wrote my entire Application code in one .nb file.Because of this,it's very difficult for finding the specific code after some time,so I divided ...

1 2 3