StationaryWaveletPacketTransform[data] gives the stationary wavelet packet transform (SWPT) of an array of data.StationaryWaveletPacketTransform[data, wave] gives the ...
StationaryWaveletTransform[data] gives the stationary wavelet transform (SWT) of an array of data.StationaryWaveletTransform[data, wave] gives the stationary wavelet ...
CommunityStructureAssignment[g] gives the assignment of vertices of a graph g into communities.
A full Mathematica installation consists of thousands of separate files, arranged in several hundred directories under the main installation directory. The location of the ...
DiscreteWaveletTransform[data] gives the discrete wavelet transform (DWT) of an array of data.DiscreteWaveletTransform[data, wave] gives the discrete wavelet transform using ...
This example shows how to generate a reusable progress bar panel and use it as a modeless dialog for displaying progress with your own Mathematica calculations. There are ...
ShortestPath[g, start, end] finds a shortest path between vertices start and end in graph g.
HamiltonianCycles[g, n] gives a list of n Hamiltonian cycles.HamiltonianCycles[g] gives a list of one Hamiltonian cycle.
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...