μ-diff
http://mu-diff.math.cnrs.frμ-diff (acronym for multiple-diffraction) is an open-source Matlab toolbox for solving multiple scattering problems by clusters of circular cylinders. Any ...
Differencing - MATLAB diff
www.mathworks.com › help › financenewfts = diff (oldfts) computes the difference of all the data in the data series of the object oldfts and returns the result in the object newfts. newfts is a financial time series object containing the same data series (names) as the input oldfts. Run the command by entering it in the MATLAB Command Window.
diff (MATLAB Functions)
matlab.izmiran.ru/help/techdoc/ref/diff.htmldiff (MATLAB Functions) MATLAB Function Reference diff Differences and approximate derivatives Syntax Y = diff(X) Y = diff(X,n) Y = diff(X,n,dim) Description Y = diff(X) calculates differences between adjacent elements of X. If Xis a vector, then diff(X)returns a vector, one element shorter than X, of differences between adjacent elements: