Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.281 Times

Chains Vectors software
Filter: All | Freeware | Demo
 

Chains Vectors

< 1 2 3 4 5 > 
Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 1.002

Vector Program Vector Program is a small, easy to use, Python based tool specially designed to offer users a vector program, to calculate with two three-dimensions vectors (x,y,z). As you might have imagined this application is really usefull to maths, so feel free to give it a try. for WindowsAll Platforms: Windows

License: Freeware Download (477): Vector Program Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 501

NTL for Linux NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. NTL provides high quality implementations of state-of-the-art... Platforms: Linux

License: Freeware Download (50): NTL for Linux Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 506

NTL for Windows NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. NTL provides high quality implementations of state-of-the-art... Platforms: Windows

License: Freeware Download (56): NTL for Windows Download

Added: May 01, 2013 | Visits: 472

Continuous Dynamic Time Warping If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), the warping path points and both warped input vectors.You can plot the results too if select the pflag=1 Platforms: Matlab

License: Freeware Size: 10 KB Download (60): Continuous Dynamic Time Warping Download

Added: August 19, 2013 | Visits: 467

plotfit [coef, RSquared]=plotfit(x,y,polyorder)A simple function that accepts x,y data pairs in in the vectors "x" and "y", fits it to a polynomial of order "polyorder", plots the data and the fit, and displays the fit coefficients and the goodness-of-fit measure R-squared in the upper left corner of the... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): plotfit Download

Added: August 01, 2013 | Visits: 484

circ conv 4 unequal length sequences A function that takes two sequences(vectors) as parameters and computes the circular convolution .x(n),h(n) are the vectors.The vectors need NOT be of equal lengths.If they are of unequal lengths, the shorter vector is appended with trailing zeros and then circular convolution is carried out. Platforms: Matlab

License: Freeware Size: 10 KB Download (42): circ conv 4 unequal length sequences Download

Added: May 04, 2013 | Visits: 358

Fast Convolution This function convolves two very large vectors very quickly. Enormous gains in speed are due to the use of two fft's and an ifft. To find out how to use this program, put it in you 'work' folder and type "help fconv". Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Fast Convolution Download

Added: September 12, 2013 | Visits: 461

Curvilinear Coordinates Programs and utility functions using the Symbolic Math Toolbox are provided to analyze vectors and tensors in general curvilinear coordinates. The programs perform the following functions: 1) runcoord plots intersecting coordinate surfaces for typical coordinate systems 2) runmetric computes and... Platforms: Matlab

License: Freeware Size: 174.08 KB Download (54): Curvilinear Coordinates Download

Added: April 24, 2013 | Visits: 397

Streakarrow3d Similar to streakarrow, streakarrow3d allows to plot 3d streamlines with variable lengths and arrow heads to look like curved vectors. The color of the vectors can be color coded with the magnitude velocity. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Streakarrow3d Download

Added: August 09, 2013 | Visits: 355

unix time to matlab time converter % this function either converts a matlab time vector (or a matrix containing time vectors) into unixtime% or unixtime into matlab time vector(s)% unixtime is seconds since 1.1.1970% matlabtime is days after 1.1.000 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): unix time to matlab time converter Download

Added: April 18, 2013 | Visits: 297

Plotvec plotvec plots all vectors given in a matrix with a vector in each row.Possible are 2D or 3D vectors.Optional a name of the vector can be given in an addional matrix. Than the name and the coordinates of each vector are displayed.View syntax with 'help plotvec' inside matlab. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Plotvec Download

Added: August 22, 2013 | Visits: 422

Add Noise Takes two signal vectors as inputs and produces a mixture signal at a desired SNR level (dB). Includes various examples. Platforms: Matlab

License: Freeware Size: 911.36 KB Download (46): Add Noise Download

Added: March 31, 2013 | Visits: 336

Vectors2D I wanted a way to easily plot up vectors for math problems, to get a better idea of the the gradient, divergence, curl and such looked like. So I made this function.It has a number of user options (which are outline in help) and a number of default settings which can easily be changed. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Vectors2D Download

Added: July 01, 2013 | Visits: 364

LABELNET This function graphs the neuron's weight and the input vectors. You can label the neurons and inputs, change the marker size, and color code the map to see which inputs activate which neurons (a visual representation of the approximation of the input field of a neuron in the adaptive network). Platforms: Matlab

License: Freeware Size: 10 KB Download (46): LABELNET Download

Added: July 18, 2013 | Visits: 321

Plot Unit Vectors This function plots unitvectors X Y and Z or (e1, e2, e3) from an origin.This function is fairly robust in that it can take 2 types of input. It can take a transformation matrix of the formtrMatrix = [1 0 0 0; pos' unitx' unity' unitz'] as:fcn_plotUnitVectors(trMatrix).Or it can take it as a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Plot Unit Vectors Download

Added: July 02, 2013 | Visits: 316

Gram-Schmidt Orthonormalization Normalize a set of vector, or builds a set of orthnormal vectors from a single vector Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Gram-Schmidt Orthonormalization Download

Added: May 05, 2013 | Visits: 462

Solves a custom set of linear simultaneous equations Fully documented script file but this essentially solves the simultaneous equations Yvonne presented in a previous thread and does so for two 1 x 4 vectors. I then built four graphs and displayed them all on one plot. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Solves a custom set of linear simultaneous equations Download

Added: June 14, 2013 | Visits: 395

nancorrcoef Computes Pearson's product moment correlation for input vectors that contain NaN values. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): nancorrcoef Download

Added: August 20, 2013 | Visits: 232

Solvers for Joint Sparse MMV Reconstruction Constrained and Unconstrained, Analysis and Synthesis Prior Solvers for Jointly sparse Multiple Measurement Vectors.Sparco is required for running the Matlab files. Download it from http://www.cs.ubc.ca/labs/scl/sparco/ ans install it in Matlab path. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Solvers for Joint Sparse MMV Reconstruction Download

Added: July 09, 2013 | Visits: 383

Orbital Elements from Position/Velocity Vectors vec2orbElem(rs,vs,mus) converts positions (rs) and velocities (vs)of bodies with gravitational parameters (mus) to Keplerian orbital elements.INPUTS: rs: 3n x 1 stacked initial position vectors: [r1(1);r1(2);r1(3);r2(1);r2(2)r2(3);...;rn(1);rn(2);rn(3)] or 3 x n matrix of position vectors. vs: 3n... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Orbital Elements from Position/Velocity Vectors Download

< 1 2 3 4 5 >