Search Results

1
vote

Mathematica GraphPlot with images

Two possible issues: It looks like your graph, Map[If[# > 2.0 , 0, 1] &, imgDistT, {2}], will contain zeroes and ones—but zeroes are invalid indices for the …
2
votes

Mathematica & J/Link: Memory Constraints?

ReinstallJava takes a JVMArguments option. You can use it to pass heap size like so: In[1]:= Needs["JLink`"] In[2]:= Options[ReinstallJava] Out[2]= {Clas …