8,604 results

This program computes the deflection and slope of a laterally loaded statically indeterminate beams.

can be used. For example:Deflection('Prob 200',3e7,[0,2;4,1],[0,4],{'M',2000,2},{'CF',-2000,3},{'DF',-1000,[0,1]})Name : Prob 200Flexural Rigidity EI = 3e7Supports: location = 0, type = 2Supports

Beats MATLAB 300% - 400% in some cases ... really!

individual matrix multiplies to perform for the result. i.e., MTIMESX treats these cases as arrays of 2D matrices and performs the operation on the associated parings. For example: If A is (2,3,4,5) and B

Creates an N-dimensional sparse array object, for arbitrary N.

the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map. USAGE: S=ndSparse(X) where X is an ordinary MATLAB sparse

Calculates Impulsive noise metrics for hazardous acoustic noise assessment.

Features Nth octave band, Hand Arm, and A and C weighting filters

MATLAB App that allows to control and monitor data to and from a Trinamic motor TMCM-1160

Study of THD(%) Spectrum of a 12-Pulse Series Type Diode Rectifier.

A supplement to IMWRITE to write to TIF files of data types beyond int16.

original image file, and it can also be left empty. String DATATYPE specifies data type for the export. Supported data types include logical, uint8, int8, uint16, int16, uint32, int32, uint64, int64, single

TPROD -- efficiently allows any type of tensor product between 2 multi-dimensional arrays

used directly with the etprod wrapper script).This translates into tprod syntax as:Z = tprod(X,[-1 -2 1 2],Y,[3 4 -1 -2])N.B. if Y==[], then it is assumed to be a copy of X.This result is produced by

a unix-like, very fast grep utility to find strings(s) in files of any type

a fast grep utility, which finds string pattern(s) in all or selected files of any type in a folder and its subfolders (if the recursion flag -r is set).file access and string matching are optimized

A Wilcoxon-Type Test for Trend

Perform the Cuzick's test on trend.This function provides a Wilcoxon-type test for trend across a group of three or more independent random samples. Assumptions: Data must be at least ordinal

Polar plots with handle graphics type parameter setting. Includes log radius support.

Implement interval type-2 fuzzy logic systems and a very efficient type-reduction algorithm.

This package contains the following files:example.m: Illustrates how to use the function IT2FLS.IT2FLS.m: Implements an interval type-2 fuzzy logic system.Type-1 and Interval Type-2 Fuzzy

A Matlab/Simulink Library for the Interval Type-2 Fuzzy Logic Systems (IT2-FLS)

Interval Type-2 Fuzzy Logic System ToolboxA Matlab/Simulink Library for the Interval Type-2 Fuzzy Logic Systems (IT2-FLS). The presented toolbox is presented in the following paper: Taskin, A. and

sizeof

Version 1.0.0.0

by Charles Simpson

Return the number of bytes of a builtin data type.

Similar to the sizeof keyword in C, return the number of bytes of a builtin data type.Example: nbytes = sizeof('single');

Analyzes contact between beams with large deformations in 3D space, using Finite Element method

MatLab object for segmenting sequences of real-valued data with noise, outliers and missing values.

HandsOn-SEA is a low cost robotic device enabling the students to interact with virtual environments

HandsOn-SEA is a 1-DoF admittance type device that features series elastic actuation. It uses a very a low cost force sensing unit and relies on the force feedback and the motion control of its motor

Explore data and use machine learning to predict the damage costs of storm events based on location, time of year, and type of event

The goal of this case study is to explore storm events in various locations in the United States and analyze the frequency and damage costs associated with different types of events. A machine

Generates an n-dim matrix of random numbers between upper and lower bounds. Data type specification (integer, single, double) is available.

rand2 Generates an n-dimensional matrix of random numbers between upper and lower bounds. Data type specification (integer, single, double) is available.SyntaxX = rand2(a,b)X = rand2(a,b,[],type)X =

Generate unstructured meshes for general two-dimensional geometries.

. MESH2D provides simple and yet effective implementations of "Delaunay-refinement" and "Frontal-Delaunay" triangulation techniques, in additional to "hill-climbing" type mesh-optimisation. Support for

A small collection of utilities for stripping MATLAB comments from strings and files.

DataHash

Version 1.7.1

by Jan

MD5 or SHA hash for array, struct, cell or file

DATAHASH - Hash for Matlab array, struct, cell or fileHash = DataHash(Data, Opts, ...) Data: Array of built-in types (U)INT8/16/32/64, SINGLE, DOUBLE (real or complex) CHAR, LOGICAL, CELL

Number to Words

Version 4.1.4

by Stephen23

Convert a numeric to a string with the English name of the number value (GB/IN/US).

accepts a scalar of any standard numeric class: single, double, intX, or uintX. Integer types are parsed with their full precision, while floating types have internal precision limits to ensure the

Learn the principle of operation, the method of generating T-type inverters. Matlab / Simulink simulation of grid-connected T-type inverters

requires reliable, high-performance, compact power converters. Conventional single-phase reverse flow structure with simple control algorithm, 5-level T-type Inverter is a converter that can meet these

A graphical user control that mimics MatLab's property inspector.

arrays can be edited in-place as a string;* matrices and vectors can be edited as text (e.g. [1,2;3,4]) or in a pop-up dialog;* scalar logicals are mapped to checkboxes;* a selection from a set of values

Programs using curvilinear coordinates, and tensor concepts are given.

nchoose2

Version 3.2.0.1

by Jos (10584)

all combinations of two elements

NCHOOSE2 - all combinations of two elements Y = NCHOOSE2(X) returns all combinations of two elements of the array X. It is the fast, vectorized version of NCHOOSEK(X,2). X can be any type of array

Compression of Motion Capture Data (ASF/AMC format) using Discrete Wavelet Transform

A simple tool to design Traveling Wave Slot Antennas (GUI)

idctt

Version 1.0.0.0

by Stephen Becker

type II Inverse DCT (i.e. type III DCT)

more faster than the builtin idct, and only about 1.5x slower than a fft call3) you can specify which version of the type II IDCT you want: either matlab's orthogonal version, or the standard version (cf

Generic Type-IV Wind Turbine Model for EMT Studies

This is a generic model of a type-IV (i.e., full converter) wind turbine system for electromagnetic transient (EMT) studies. It is based on the work published in [1] and represents a wind turbine

A new IIR type of the fractional-order differentiator and integrator.

A new general IIR type digital fractional-order differentiator and integrator based on power series expansion of the trapezoidal (Tustin) rule.For more details and help write:>> help dfod3

Alphanumeric sort of a cell/string/categorical array, with customizable number format.

signs:>> B = {'test+NaN', 'test11.5', 'test-1.4', 'test', 'test-Inf', 'test+0.3'};>> sort(B) % for comparison.ans = 'test' 'test+0.3' 'test+NaN' 'test-1.4' 'test-Inf' 'test11.5'>> natsort(B

A New IIR-type Digital Fractional order differentiator.

A New IIR-type Digital Fractional order differentiatorSee here for more informationhttp://www.csois.usu.edu/people/yqchen/dd/index.htmlSee also FOC page athttp://mechatronics.ece.usu.edu/foc/

This is a simulation of Bridge type centre Tap full wave rectifer

In this simulink file , we have tried to check the out of a bridge type centre tapped full wave rectifier. When an AC supply is given at input then it is converted in to full wave DC. to improve the

Morphological characterisation and simplification of three-dimensional particle geometries

various FEA and DEM solvers.Architectural featuresSHAPE is built using an object-oriented architecture, where each particle has the following set of attributes:-Particle % e.g. 1, 2, 3, etc. -Particle_type

dbarray lets you directly send/fetch array[] type database fields into native MATLAB variables

, 0}_ Pink _____| {255,192,203}___ ... _____| ...MATLAB holds this data naturally in 1-by-3 arrays, and some databases(PostgreSQL, Oracle) have ARRAY type fields suitable for storing sucharray directly

ZCS Buck (L-type switch) Quasi Resonant Converter Simulation

ZCS (L-type switch) Quasi Resonant Converter Simulation in SimulinkGain, M = 0.5Q = 1fns = 0.411 C = 0.261uFL = 0.261uH

ZVS Buck (L-type switch) Quasi Resonant Converter Simulation

ZVS Buck (L-type switch) Quasi Resonant Converter Simulation in SimulinkGain, M = 0.4Q = 0.3fns = 0.6C = 114 nFL = 1.272 uF

Alphanumeric row sort of a cell/string/categorical/table array, with customizable number format.

; sortrows(A,[2,-3]) % SORTROWS for comparison.ans = 'B' '10' 'X' 'A' '100' 'X' 'A' '2' 'Y' 'B' '2' 'X' 'A' '20' 'X'>> natsortrows(A,[],[2,-3])ans = 'A' '2' 'Y' 'B' '2' 'X

This code will tell you Strengths and Weaknesses associated with the Pokemon Type you input.

*Steps to Getting File to work.1. Click Download Zip File2. Open the Zip File. (There should be two files. Pokemon Type Code.m & Licenses)3. Open MATLAB4. Open or make a new Script5. Then drag

MatLab object for clustering real-valued data with noise, outliers and missing values

Fuzzy entropy of Interval type-2 fuzzy sets for image.

It is used to caculate the fuzzy entropy of Interval type-2 fuzzy sets for image.

MultiParEig

Version 2.7.0.0

by Bor Plestenjak

Toolbox for multiparameter and singular eigenvalue problems

This code implements the James Stein type shrinkage estimation for non-local mean denoising.

For details of the methodology of the code, please refer the corresponding paper "Yue Wu, Brian Tracey, Premkumar Natarajan, Joseph P. Noonan: James-Stein Type Center Pixel Weights for Non-Local

Develop and refine regular expressions in an interactive figure that shows all of REGEXP's outputs.

IREGEXP is a simple interactive tool to help develop regular expressions. IREGEXP lets you interactively write regular expressions and see REGEXP's outputs update as you type.IREGEXP consists of just

FilterM

Version 1.0.0.0

by Jan

A faster FILTER and FILTFILT: Speedup factor 2.5 to 25

acceleration of FiltFiltM, because it avoids to reverse the signal two times.)- For signals of type SINGLE, the intermediate values are stored in DOUBLE precision to increase the accuracy. The output is

Companion Software

Check if two variables of any type are equal. Floating-point numbers are considered equal if the difference is less than a set tolerance.

Just like the MATLAB function “isequal” checks if two MATLAB variables of any type are equal, but here floating-point numbers are considered equal if the difference is less than a set tolerance. The

Alphanumeric sort of filenames or filepaths, with customizable number format.

A real-time GUI for converting a image type of a snapshot from live video stream.

The file is interactive GUI for converting an image type of a snapshot captured from a live video stream. The GUI comprise of live video display and grayscale and binary image displays. There are 4

MATLAB utilities for manipulating and displaying SIR file format images.

Count the number of lines in the files using a perl code

Medical software for Processing multi-Parametric images Pipelines

Image Manipulation Toolbox

Version 1.54.0.0

by DGM

MATLAB Image Manipulation Toolbox

cp437 as utilized by textim()ctflop --permute a color table to process as an imagectpath --visualize the trajectory of a colormap in 3Dctshift --nonlinearly shift the contents of a colormap while

The model simulates streamflow from precipitation and temperature data.

General FIR digital differentiator/integrator.

, Fractional-Order Nonlinear Systems: Modeling, Analysis and Simulation, Springer, Series: Nonlinear Physical Science, 2011, ISBN 978-3-642-18100-9. http://www.springer.com/engineering/control/book/978-3

cdeo is the complex wavelet (type 5), deo is an orthogonal infinitely regular wavelet (type 3)

Load more