How many clusters does DominantColors return?
Using GNU Make to compile MathLink program automatically removes a file
Why does Solve work in v9.0.1 but not in v10.3.1
How many clusters does DominantColors return? http://mathematica.stackexchange.com/questions/107842/how-many-clusters-does-dominantcolors-return
Is there any documentation on how it automatically chooses the number of colors - does it use X-means?
- asked by M.R. 3votes Using GNU Make to compile MathLink program automatically removes a file
It's possible that this question belongs on Stackoverflow; however, the Mathematica context may be important so I'm asking here first. I am working on a project to interact with sensors connected to ...
- asked by bobthechemist 1vote Why does Solve work in v9.0.1 but not in v10.3.1 I want to solve the following DE $$ P'=k(M-P)P, P[0]=53.08, P[50]=23.192, P[100]=76.212.$$ The Mathematica command is sol1 = DSolve[P'[t] == k (M - P[t]) P[t], P[t], t] P[t_] = sol1[[1,1,2]] sol2 ...
- asked by xpaul 4votes —