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

Cell Structure software
Filter: All | Freeware | Demo
 

Cell Structure

< 1 2 3 4 5 
Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 557

Cell Imaging * New features of the Cell Imaging version: · Bottom navigation icons by application area · Image Gallery · Easy image sharing · Full screen image browsing · Image descriptions · Full



Platforms: Mac

License: Freeware Size: 21.1 MB Download (51): Cell Imaging Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 580

Deluxe Free Cell Solitaire Free Cell solitaire is one of the all time solitaire fan favorites. Unlike many solitaire games, free cell solitaire is a fun and challenging game that requires more strategy than luck. Deluxe Free Cell plays standard 52 card free cell solitaire. It's sim





Platforms: Mac

License: Shareware Cost: $5.99 USD Size: 10.1 MB Download (46): Deluxe Free Cell Solitaire Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 315

Survival Cell You are in control of a newly discovered cell type being studied for it’s strong resistance to bio-engineered disease. In Phase 1, your cell is undergoing timed resistance tests, and has been transplanted inside a human test subject who is ove


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 18.1 MB Download (48): Survival Cell Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 473

Tom Clancy's Splinter Cell Conviction® *MacBook Air and MacBook Pro 13’ are not compatible with this game* *Splinter Cell Conviction game is available also in French, Italian, German, Spanish* Become Sam Fischer, a renegade spy agent on a personal mission of vengeance, fo


Platforms: Mac

License: Shareware Cost: $24.99 USD Size: 2 GB Download (54): Tom Clancy's Splinter Cell Conviction® Download

Change Image Cell BackGround Color for Graphics and Animations This script allows you to change the background color of a TABLE cell where the cell contains an image.Any number strings of a unique portion of an Image SRC are passed to a function which changesthe background color of all elements containing an image with an SRC which includes the string.The...


Platforms: JavaScript


Added: April 02, 2013 | Visits: 413

Structure Cut As an example, suppose you had taken 155 seconds of data of the location (x,y,z) of a particle as a function of time (t). It is convenient to put that all into a struct, such as this one:>> datadata = t: [155000x1 double] x: [155000x1 double] y: [155000x1 double] z: [155000x1 double]If you wanted...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Structure Cut Download

Added: March 27, 2013 | Visits: 477

GP-OLS model structure identification Genetic Programming (GP) generates nonlinear input-output models of dynamical systems from input-output measurement data. This GP-OLS toolbox applies Orthogonal Least Squares algorithm (OLS) to improve the search effeciency of GP.It can be used for static equation discovery or structure...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GP-OLS model structure identification Download

Added: April 07, 2013 | Visits: 392

CELP (CELl Processing) CELP (CELl Processing) is a functional programming package for Matlab.It is often better to use FP instead of loops:- it's more compact;- it's more clear.Matlab has all prerequisites to implement a Lisp-like FP:- anonymous functions, @'s lambdas;- FEVAL FUNCALL, EVAL, APPLY;- cell arrays...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): CELP (CELl Processing) Download

Added: June 16, 2013 | Visits: 448

Calculation for interest rate model & structure for personal use only.1: the interest rate structure calculation and rules.2: the interest rate model, used frequently in real world.


Platforms: Matlab

License: Freeware Size: 1.12 MB Download (40): Calculation for interest rate model & structure Download

Added: May 01, 2013 | Visits: 381

Dictionary data structure This class provides a simple key/value data structure for character keys and values of any MatLab data type.Supports direct referencing like d('mykey') = 'myvalue'.Also check out the dict class at #19647.(Unfortunately i didnt check the file exchange before writing my own, but by now i've...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Dictionary data structure Download

Added: April 20, 2013 | Visits: 281

Swap structure values into strings Searches a string for field names contained in a given structure, then replaces each occurrence of the field name with the corresponding field value.I use this for dynamically changing the titles on my plots during simulations that require variation of parameters.Code for title in the image:%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Swap structure values into strings Download

Added: August 18, 2013 | Visits: 409

Convert Struct to Cell Array With Column Headers Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Convert Struct to Cell Array With Column Headers Download

Added: August 30, 2013 | Visits: 303

Cell/Struct Tree, and Struct Sorting Given a cell or a struct, is is sometimes usefull to know the tree from the main to the farthest branch.The trees are returned as string cells, based on the data type. Each path can be effectively executed using Matlab built-in eval() function.The sorting of struct is also implemented, with some...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Cell/Struct Tree, and Struct Sorting Download

Added: June 23, 2013 | Visits: 338

Matlab Cell Operations This package contains functions to perform number operations on the MATLAB data type cell. If any cell contains sub-cells, the functions call themselves recursively,A few example functions included in this package are: celladd - Z = CELLADD(Z1,Z2) celldivide - Z = CELLDIVIDE(Z1,Z2) cellmul - Z =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Matlab Cell Operations Download

Added: July 17, 2013 | Visits: 218

structure factor Calculate structure factor based on positions of scatterers in real-space. Functions for one and two dimensions.You supply system size and scatterer positions on a integer lattice, function returns structure factor and momentum-space coordinates for plotting. Two or three dimensional plot is also...


Platforms: Matlab

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

Added: July 09, 2013 | Visits: 434

Cell Array to CSV-file [cell2csv.m] This function writes a cell array into a CSV-file.It works with empty cells, numeric, char, string and logical cells. One array can contain all of them, but only one value per cell.CSV-files can then be read by Excel, so you don't need DDE or ActiveX.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Cell Array to CSV-file [cell2csv.m] Download

Added: August 20, 2013 | Visits: 181

Explode a structure mystruc = expstruc(bigstructure);Recursively expands the structure 'bigstructure' until data is found.Returns a structure 'mystruc', containing two fields1. 'name'; cell array of strings of the full name of the field2. 'type' ; cell array of strings of the type of the field (double, logical,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Explode a structure Download

Added: April 30, 2013 | Visits: 434

Write a cell array to a text file This function enables you to directly write data from a cell array into a text file, which functions like FWRITE and FPRINTF do not.Usage:fwritecell(filename, format, data) writes cell array "data" to the file with name "filename" using the C language conversion specifications in argument...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Write a cell array to a text file Download

Added: September 05, 2013 | Visits: 178

PV Cell modeling of PV cell using its sc current and oc voltage


Platforms: Matlab

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

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

< 1 2 3 4 5