It performs piecewise parabolic interpolation and approximated calculation of first and second derivative at the interpolation point. Requirements: · MATLAB 5.2 or higher ...
It uses the Pierson-Moskowitz spectrum for the frequency/wave-number dependency and four different types of angular spreading like cosinus-squared, Mitsuyasu, Hasselmann and none. Requirements: · MATLAB 7 or higher ...
It needs as an input the value for wind speed to generate a stochastic sea-surface one-dimensional realization.It uses the Pierson-Moskowitz spectrum. Requirements: · MATLAB 7 or higher ...
It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations). Each salesman ...
Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities without returning to the starting location).Each salesman starts at the first point, ...
The script finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities and finally to the end location).Each salesman starts at the ...
Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and ...
This method produces different results depending on what city is choosen as the starting point.This function determines the Nearest Neighbor routes for multiple starting points and returns the best of those routes. Requirements: · MATLAB 7.6 or higher ...
The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point. Requirements: · MATLAB 7.6 or higher ...
The developer has the option to give it (besides the values it wants to print using the color map feature) the number of colors in the map.The number can be from 1 to 256, with 128 being the default value. Requirements: · MATLAB 7.6 or higher ...
The package includes various examples with networks with 12 and up to 300 nodes. Requirements: · MATLAB 7.6 or higher · CPU and memory requirements strongly dependent on network size ...
This script can be used alongside MATLAB's native function lab2double (CIELAB to RGB conversion). CIELAB is a nonlinear transformation of RGB where the Euclidean distance between two colors is equal to their perceptual distances (for distances less than ~10 units). Algorithms that process color images often produce better results in CIELAB. ...
The state space model is nonlinear and is input to the function along with the current measurement. It performs the extended Kalman filter and returns the estimated next state and error covariance. Requirements: · MATLAB 7.6 or higher ...
It needs a set of 3D points, equal radii constraints and orientation constraint to fit an ellipsoid into a 3D block object Requirements: · MATLAB 7.7 or higher ...
The function calculates the averaged power spectrum with proper normalization, and even if the signal is given in volts, the value is the power value. Requirements: · MATLAB 7.7 or higher ...