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.473.611 Times

Installing Dimensional Shingle software
Filter: All | Freeware | Demo
 

Installing Dimensional Shingle

< 1 2 3 4 5 > 
Added: July 25, 2013 | Visits: 456

Lava rock This program displays 3-dimensional rocks that were made by taking the convex hull of a sphere distorted with Perlin noise. These rocks are also texture-mapped with Perlin noise.



Platforms: C and C plus plus

License: Freeware Size: 30.72 KB Download (48): Lava rock Download

Added: May 14, 2013 | Visits: 399

Normalized Mutual Entropy Normalized mutual entropy provides a measure of the diversity of a two dimensional matrix. It takes mutual entropy and normalizes for the marginal entropy of the variable of interest (column variable in the code). See screen shot or embedded references for formula.This code is used for the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Normalized Mutual Entropy Download

Added: July 09, 2013 | Visits: 520

Beam and Truss Analysis utilities 2 utilities for solving the basic problems in statics- the one dimensional beam and plain truss. both receive model info as input (has to be built as a MATLAB file, see examples) and produce output results such as reactions values and internal forces in members.See the README file for info.


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (46): Beam and Truss Analysis utilities Download

Added: April 15, 2013 | Visits: 460

2D Schroedinger Poisson solver AQUILA AQUILA is a MATLAB toolbox for the one- or two dimensional simulation of the electronic properties of GaAs/AlGaAs semiconductor nanostructures. The program solves for a user-defined structure the one- or twodimensional Schroedinger- and Poisson-Equation in a self-consistent way.


Platforms: Matlab

License: Freeware Size: 716.8 KB Download (50): 2D Schroedinger Poisson solver AQUILA Download

Added: June 17, 2013 | Visits: 288

Bi dimensional Emperical Mode Decomposition (BEMD) The function is called upon as follows:a = bemd(im1);im1 -> Imagea(:,:,1) => IMF 1a(:,:,2) => IMF 2a(:,:,3) => IMF 3a(:,:,4) => Residu


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): Bi dimensional Emperical Mode Decomposition (BEMD) Download

Added: March 31, 2013 | Visits: 569

Matrix Analysis of Three Dimensional Bar Structures MABS3D Input data is the Microsoft ExceldlT« file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored.After running the mabs3d.m file on the Command Window, the program calculates the stiffness matrix in local coordinates kiL (element i). Once...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): Matrix Analysis of Three Dimensional Bar Structures MABS3D Download

Added: August 23, 2013 | Visits: 725

DRAW SIMPLE AIRCRAFT EGAB Program Allow User To Draw Complete Aircraft Provided That Fuselage Produce From Solid Of Revolute of Two Dimensional SketchAll Parameter Which Control In The Form Shapes Of Aircraft Can Be Changed Easily.


Platforms: Matlab

License: Freeware Size: 1.01 MB Download (51): DRAW SIMPLE AIRCRAFT Download

Added: July 28, 2013 | Visits: 565

Two Dimensional Surface Fitting Program This program represents a further development of the standard powerful d-deDUnlinfitd-deDt facility already in matlab. The major problem with d-deDUnlinfitd-deDt is that it can only handle fitting of one dimensional arrays (x, y) where x is the independent variable and y is the dependent one.The...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): Two Dimensional Surface Fitting Program Download

Added: August 24, 2013 | Visits: 610

Global maximum point for 3D surface using GA This program demonstrates the optimization by genetic algorithm to find the global maximum height for thee dimensional multiple peak surface. The GA operates by real coding method with elitism


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Global maximum point for 3D surface using GA Download

Added: June 02, 2013 | Visits: 487

laplace.m Creates a 1,2 or 3 dimensional probability distribution supported on user-supplied lattice points subject to linear and moment constraints. A trite financial example is provided.


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): laplace.m Download

Added: May 06, 2013 | Visits: 427

dose_response Inputs: 1. a 1 dimensional array of drug concentrations 2. the corresponding m x n array of responses Algorithm: generate a set of initial coefficients including the Hill coefficient fit the data to the 4 parameter dose-response curve using nonlinear least squares Output: a matrix of the 4...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): dose_response Download

Added: May 28, 2013 | Visits: 575

Finite Element For Total Variation In this code,we are concerned with the numerical minimization of energy functionals in Hilbert Space involving total variation for gray-scale 1-dimensional inpainting problem.Applications are shown by finite element method.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Finite Element For Total Variation Download

Added: May 27, 2013 | Visits: 347

TYPE2_GAUSSIAN_3D This program will assist the user to visualize the foot print of type2 fuzzy membership functions in 3 dimensional mode.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): TYPE2_GAUSSIAN_3D Download

Added: September 02, 2013 | Visits: 363

plot3rgb This function plot a colored 3-dimensional line of a set of given points. The plotvaries its color in a form, x axis as red, y as green and z axis as blue.So basically if the plot proceeds in x-axis it will colored as red, if proceed iny-axis it is colored as green and if proceed in z-axis then...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): plot3rgb Download

Added: September 05, 2013 | Visits: 313

Tabular Expression Toolbox Tabular Expression ToolboxTabular Expressions (also called "tables") provide a precise and concise way to represent mathematical conditional expressions. Tables have been shown to be useful in the documenting and analysing of software systems. The graphical layout of tabular expressions allow for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.74 MB Download (43): Tabular Expression Toolbox Download

Added: June 08, 2013 | Visits: 293

2-Dimensional Histogram function H = histo2D(D,[Xlo Xhi],Xn,[Ylo Yhi],Yn,Xlab,Ylab,Title) 2-Dimensional Histogram(size(H) == [Yn Xn])Counts number of points in the bins defined by -X = linspace(Xlo,Xhi,Xn) andY = linspace(Ylo,Yhi,Yn)Example:Dx = 5*rand(100,1) ;Dy = 10*rand(50,1) ;D = [Dx,Dy] ;H = histo2D(D,[0 5],10,[0...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): 2-Dimensional Histogram Download

Added: July 28, 2013 | Visits: 419

3D image rotation using sliders gui has been used to represent an image and rotate this image about the three axises in three dimensional space using sliders.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): 3D image rotation using sliders Download

Added: April 30, 2013 | Visits: 382

matrix2latex GUI This function converts an MATLAB 2-dimensional array (matrix) which can be numerical or a cell array, into proper formated LaTeX code. This utility is actually the GUI representation of M.Koehler matrix2latex code.


Platforms: Matlab

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

Added: August 20, 2013 | Visits: 253

Two dimensional Q-function Matlab code for calculation of 2d Gaussian Q function.General description This m-file provide a numerical computation of two-dimensional Gaussian Q-function, that is Q(x1,x2,ro)=1/((1/sqrt(2*pi)*(1-ro^2))*int(int(exp(-(x^2+y^2-2roxy)/(2*(1-ro^2))) dxdyThe result may include a very small...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Two dimensional Q-function Download

Added: June 08, 2013 | Visits: 385

pipe_plot The function plotting 3-dimensional lines (or pathes) as pipes.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): pipe_plot Download

< 1 2 3 4 5 >