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

Control Center Of A Cell software
Filter: All | Freeware | Demo
 

Control Center Of A Cell

< 1 2 3 4 5 > 
Added: August 07, 2013 | Visits: 425

Apply a function to a specific field of a structure This function searches in the fields of a structure, and applies a given function to all occurrences of a specific field. dlTe September 30th, 2009, By Reza Farrahi Moghaddam, Synchromedia Lab, ETS, Montreal, Canada USAGE: temp_structure = apply_func_on_all_fields_with_name(temp_structure,...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Apply a function to a specific field of a structure Download

Simple Zero Phase Distortion Multiplier-less Gaussian Low-Pass & High-Pass Filter of a Linear Chirp Simple Zero Phase Distortion Multiplier-less Gaussian Low-Pass & High-Pass Digital Filter of a Linear Chirp.





Platforms: Matlab


Added: June 28, 2013 | Visits: 429

FEM simulation of a parallel plate capacitor FEM simulation of a parallel plate capacitor to obtain electric field and voltage distributions.Written for Course :-Computational Electromagnetics, Fall 2011Department of Electrical EngineeringIndian Institute of Technology Madras (IITM)Chennai - 600036, IndiaAuthors :-Sathya Swaroop Ganta,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): FEM simulation of a parallel plate capacitor Download

Added: March 29, 2013 | Visits: 425

Calculation of forces of a pile system Easy method to estimate the pile forces of a pile system. The program is very fast to run. This gives the engineer the possibility to try out a couple of different designs of the pile system in a quite small amount of time. The pile system is also plotted with the forces acting on it. This does...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Calculation of forces of a pile system Download

Added: September 09, 2013 | Visits: 469

Gaussian realization of a random variable GAUSSian REALIZation of a random variable with standard deviation sigma and correlation length lambda


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Gaussian realization of a random variable Download

Calculate average period of a wave signal using Hilbert transform Function for calculaing period of a wave signals in pixels using Hilbert transform.Single or multiple profiles can be used as input for calculating distribution of periods.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Calculate average period of a wave signal using Hilbert transform Download

Added: May 21, 2013 | Visits: 387

Unconstrained Optimization of a Noisy Function Demonstration of finding the minimum of a noisy function using gradient-based optimization.This model was developed for use in teaching optimization in graduate engineering courses. It demonstrates one approach for attempting to find the minimum of noisy functions using gradient-based...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Unconstrained Optimization of a Noisy Function Download

Get the 2nd derivatives of a vector with two finite boundaries The function gets the 2nd derivatives of a vector with two finite boundariesThe function gets the 2nd derivatives of a vector with two finite boundaries.function V2ndDx = get_V2ndDx(V,delta_x,INDstart,INDend)Input:V = the input vector, 1D datadelta_x = delta xINDstart = first indexINDend = last...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Get the 2nd derivatives of a vector with two finite boundaries Download

Added: June 20, 2013 | Visits: 436

Function for global minimization of a concave function Program for global minimization of a concave function. We implement the algorithm of Harold. P Benson which can be found in the paper " A Branch and Bound-Outer Approximation Algorithm for Concave Minimization over a Convex Set"The provided function finds the global minimum of a concave function...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Function for global minimization of a concave function Download

A function to get the 1st derivatives of a vector with two finite boundaries This function gets the 1st derivatives of a vector V with two boundariesInput:V = the input vector, 1D datadelta_x = delta xINDstart = first indexINDend = last indexOutput:VDx = 1st derivative of V with respect to x


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A function to get the 1st derivatives of a vector with two finite boundaries Download

Added: April 03, 2013 | Visits: 390

Orthotomic surface of a Bezier surface Main purpose of this problem is drawing the orthotomic surface of a bezier surface through about arbitrary source point.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Orthotomic surface of a Bezier surface Download

Added: June 24, 2013 | Visits: 440

Position of a point and a straight line or segment Position determines the relative position of a planar point C with respect toa planar segment joining A and B. This is not intended for 3D points.Pos=0 =>the point C is collinear with A and BPos=1=>the point C is above the segmentPos=-1=>the point C is below the segmentExampleA=[0 0 0]; B=[1 1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Position of a point and a straight line or segment Download

Added: November 09, 2013 | Visits: 626

Angular acceleration of a Contracting System Model The EJS Angular Acceleration of a Contracting System model shows a mass and pulley system to illustrate what happens when a rotating system contracts. When the centripetal force has contracted a rotating system to half its initial radius then: (1) The tangential velocity has doubled, (2) The...


Platforms: Mac

License: Freeware Size: 1.08 MB Download (39): Angular acceleration of a Contracting System Model Download

Added: November 07, 2013 | Visits: 483

Story of a Lost Sky Story of a Lost Sky is a Turn Based Strategy RPG with gameplay that is similar to Fire Emblem. Units are placed on a tile map and each side takes turns moving and attacking. Outside the battle map, the player is able to customize their characters and equip new spells and traits. The game is...


Platforms: Mac

License: Freeware Size: 47.8 MB Download (41): Story of a Lost Sky Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 535

RegistryBooster It can be said that the Registry is the control center of the Windows operating system. In it are found the settings that control the operating system software, the computer hardware, software installed by the user, and user settings. Since the registry is the storehouse of both software and...


Platforms: Windows

License: Demo Cost: $29.95 USD Size: 2.8 MB Download (408): RegistryBooster Download

Added: May 27, 2013 | Visits: 440

cell2char function S = cell2char(C)%% Converts the contents of a cell array of strings into a character% array. The contents of the cell C are read element-wise and% converted into a char array of length MAXCOL where MAXCOL is% the length of the longest string inside the array.% Thus the dimensions of the...


Platforms: Matlab

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

Added: August 26, 2008 | Visits: 1.236

Undercroft A great epic adventure in fantasy world of warriors and wizards, that brings together classic atmosphere of constituent games of the RPG genre with plenty of new features packed together in superior graphics and level design.Control steps of a hotheaded adventurers, who started twists of the...


Platforms: Windows, Pocket PC

License: Shareware Cost: $19.95 USD Size: 3.08 MB Download (583): Undercroft Download

Added: August 05, 2008 | Visits: 868

Archaist Imagine yourself cramped up in the control canister of a tiny exploration vessel, a computer screen your only window to the wastelands outside. The end might come at any time from any direction. The very air around you is deadly. Your chance of survival is close to nil, but the reward should you...


Platforms: Windows

License: Freeware Size: 8.69 MB Download (88): Archaist Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 458

Yellow Storm Animated Wallpaper Feel like you're in the center of a raging storm. Lightning will flash and thunder will boom on your desktop in this most advanced animated desktop background. This animated wallpaper from AnimatedWallpaper7.com doesn't require installation or additional software to run. Once downloaded, it can...


Platforms: Windows

License: Demo Cost: $7.95 USD Size: 8.04 MB Download (52): Yellow Storm Animated Wallpaper Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 534

e-User e-User is a PHP/MySQL application designed to take care of the access-control aspects of a user-centred website. It provides simple tools to ensure, for instance, that a page will be viewed only by authenticated users, or by users with a given role.


Platforms: Windows, Mac, Linux

License: Freeware Size: 35.4 KB Download (54): e-User Download

< 1 2 3 4 5 >