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

Optimal Capital Structure Company software
Filter: All | Freeware | Demo
 

Optimal Capital Structure Company

< 1 2 3 4 5 
Added: April 02, 2013 | Visits: 410

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: September 17, 2013 | Visits: 492

Evaporator and Gradient Control This package includes a Simulink model of the evaportaor described by Newell and Lee (1989) together with a gradient control system which achieves self-optimizing operation in terms of minimizing the operation cost. The work has been published in International Journal of Automation and Computing,...





Platforms: Matlab

License: Freeware Size: 266.24 KB Download (40): Evaporator and Gradient Control Download

Added: March 27, 2013 | Visits: 472

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: May 30, 2013 | Visits: 539

Solution of Fractional Optimal Control Problems Solution of Fractional Optimal Control Problems using Rational Approximation[1] C. Tricaud and Y.Q. Chen: Solving Fractional Order Optimal Control Problems in RIOTS_95 - A General-Purpose Optimal Control Problem Solver, Proceedings of the 3rd IFAC Workshop on Fractional Differentiation and its...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Solution of Fractional Optimal Control Problems Download

Added: August 17, 2013 | Visits: 501

Data Structure: A Cell Array List Container Intent: Provides a useful 1D data structure (or container) for storing an ordered heterogeneous set of elements.Motivation: MATLABdlT« R2009a provides the "containers.Map" data structure for storing an unordered heterogeneous set of elements - the Map ADT is a container that is indexed with a...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Data Structure: A Cell Array List Container Download

Added: June 16, 2013 | Visits: 445

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: 379

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: April 13, 2013 | Visits: 476

Pattern Recognition of Company Logos In this prj we attempt to classify a number of Company Logos by assigning to each 2 distinct signatures extracted by a special horizontal and vertical scan of each image matrix. Each Logo picture is truncated to binary after resizing. This is done by the core routine imcount.m, while the main...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (40): Pattern Recognition of Company Logos Download

Added: June 02, 2013 | Visits: 368

H-infinity sub-optimal causal IIR inverse filter [psi gopt] = dfdesign_w(phi, w, d);DFDESIGN_W computes the H-infinity optimal inverse filter of a given filter phi(z).The resulting filter psi(z) minimizes the H-infinity norm of the error systemE_w(z) = [z^(-d) - psi(z)phi(z)]w(z).If an error occurs, use "dfdesign_w_lmi.m".[INPUT]phi: target...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): H-infinity sub-optimal causal IIR inverse filter Download

Clustering data and searching optimal cutoff employing VIF criterion Performs hierarchical clustering of data using specified method andseraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Database (2001)".Namely, it searches cutoff where groups...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Clustering data and searching optimal cutoff employing VIF criterion Download

Added: April 09, 2013 | Visits: 400

CLUSTERING THROUGH OPTIMAL BAYESIAN CLASSIFICATION A new soft clustering algorithm is presented (Clustering through Optimal Bayesian Classification). The algorithm does not depend on random initializations, and it contains a native metric to select the optimal number of clusters.The clustering algorithm minimizes the log-Bayesian risk...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (43): CLUSTERING THROUGH OPTIMAL BAYESIAN CLASSIFICATION Download

Added: July 17, 2013 | Visits: 216

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 (45): structure factor Download

Added: August 07, 2013 | Visits: 420

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

Added: September 07, 2013 | Visits: 277

Recursively check fields of a structure exist This function will return true if the first input structure contains the field in the second input string and in turn that field has the field given in the third input string and so on. This allows A.b.c = 2; to be checked as:isfieldRecursive(A,'b','c')ans =1Which would return false if either b...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Recursively check fields of a structure exist Download

Added: May 09, 2013 | Visits: 391

Optimal Monetary Policy under Discretion This package computes the solution coefficients for the optimal linear quadratic monetary policy problem under discretion using the algorithm proposed by Richard Dennis in his article:"Optimal Policy in Rational Expectations Models: New Solution Algorithms" published in Macroeconomic Dynamics...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Optimal Monetary Policy under Discretion Download

Added: June 25, 2013 | Visits: 320

Tree data structure as a MATLAB class A per-value class that implements a generic tree data structure.A tree is a hierarchical data structure where every node has exactly one parent (expect the root) and no or several children.Along with this relational structure, each node can store any kind of data.This class implements it using...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (45): Tree data structure as a MATLAB class Download

Added: April 13, 2013 | Visits: 187

structure tensor - introduction and tutorial Tutorial on structure tensors. Normally associated with image processing and structure inference, this code provides a completely encapsulated package to explain and demonstrate the use of structure tensors.playshow structureTensorDemoor use the html to properly visualize the LaTeX equations.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (44): structure tensor - introduction and tutorial Download

Added: July 22, 2013 | Visits: 531

StructDlg - Structure based GUI definition StructDlg creates a modal dialog box that contains a user interface (UI) control for each of the input structure fields. In its simple form, StructDlg serves as a structure-based alternative to INPUTDLG and it is a convenient method for browsing and changing structure values (e.g. when the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 634.88 KB Download (52): StructDlg - Structure based GUI definition Download

Added: August 18, 2013 | Visits: 421

DeluxeBB DeluxeBB features optimized code structure and database.Features of DeluxeBB:- enabling/disabling, GZIP code to set up optimal page compression level,- configurable spam and email bots protection,- email address hiding, admin restricting,- several banning options,- control panel logs,- a backup...


Platforms: PHP

License: Freeware Size: 870.4 KB Download (41): DeluxeBB Download

< 1 2 3 4 5