9,740 results

The Exact Analytical Conduction Toolbox is a collection of analytical heat transfer solutions.

is available at http://exact.unl.edu/exact/home/number.php A. Spheres •3 solutionsB. 1D Hollow Cylinder •14 solutionsC. Semi-Infinite Body •11 one-layer solutions •1 two-layer

Provenance tracking and DataONE repository publishing

Predictive maintenance algorithm developed using digital twin of hydraulic pump modeled in Simscape

previous simulations. The model can be used to generate training data for the machine learning algorithm and can be used to test the deployed algorithm. MATLAB Live Scripts show you how to develop the

Takes in a logically valid expression on 3 sets and outputs a Venn diagram with the appropriate region colored

Power Angle Swing Curve Optimization using PSO Algorithm

specific time, promoting a stable power grid.This MATLAB script optimizes the parameters of a swing curve simulation using the Particle Swarm Optimization (PSO) algorithm. The PSO algorithm seeks to find the

Companion Software

An optimization test suite involving 162 integer and 108 continuous variables

This Script is intended to Delete provided sheets , It can be an Array of sheets also.

Sheet_name / Sheet_names.% Date : 22-April-2019% % Examples : Delete_sheets_xcel('D:\Pruthvi\Test_file.xls',{'Sheet1','Sheet2'}) %To delete 2 sheets

Parameterized parts for Simscape Multibody, with gear assemblies and MATLAB code for extrusions

This set of examples shows you how to create parameterized parts for Simscape Multibody and example MATLAB scripts for defining general extrusions. The parts have been used in a wide range of

mpsim

Version 2019.05.07

by Felipe G. Nievinski

A GNSS multipath simulator in Matlab/Octave

This project shows Simscape's and MATLAB's capability to size a heat exchanger and its feeds system for desired performance parameters.

Bayesian parameter estimation to fit SimBiology models to data using a constant (Gaussian) error model.

Bayesian Parameter EstimationCopyright 2023 The MathWorks, Inc.Bayesian parameter estimation to fit SimBiology models to data using a constant (Gaussian) error model. Create a

This custom toolbox contains a library to interface with ED247 communication protocol. ED247 is a communication standard defined by EUROCAE.

Text and code for Physical Modeling in MATLAB

A toolbox for analyzing tropical dynamical systems.

Random numbers from any 2D discrete probability distribution, at any resolution.

; Yin=-5:0.1:5; Xmat = ones(length(Yin),1)*Xin; Ymat = Yin'*ones(1,length(Xin)); D1=1; D2=3; Dist=exp(-Ymat.^2/(2*D1^2)-Xmat.^2/(2*D2^2)); N=10000; vals=zeros(2,N); for i=1:N

Submit jobs to MATLAB Parallel Server with HTCondor

scheduler.The Generic cluster type uses a set of plugin scripts to define how your machine communicates with your scheduler.You can customize the plugin scripts to configure how MATLAB interacts with the

AutoSaveScripts

Version 0.1

by thosman

Matlab function to periodically save modified scripts (including unsaved Untitled scripts) to a backup directory

# AutoSaveScripts (see GitHub readme for better formatting)Matlab function to periodically save modified scripts (including unsaved `Untitled` scripts) to a backup directory (organized by date and

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

Two scripts: polyfitweighted2 fits 2D data with weights, and polyval2 evaluates the 2D polynomial

polyfitweighted2.m and polyval2.m---------polyfitweighted2.m: Find a least-squares fit of 2D data z(x,y) with an n th order polynomial, weighted by w(x,y).polyval2.m: Evaluate 2D polynomial produced

Get started with the Reduced Order Flexible Solid block using a simple cylinder

the behavior of the cylinder under certain loading conditions. - A script that shows you how to generate a reduced-order model using the Partial Differential Equation Toolbox™See this blog post for more

Models and white paper on obtaining realistic parameter values from data sheets and measured data.

This submission was created by Valery Tchkalov and Steve Miller to help engineers understand parameterization of hydraulic valves. The included white paper, simulation models, and MATLAB scripts

Dual-clutch transmission with MATLAB scripts for optimizing the shift schedule.

: https://github.com/mathworks/Simscape-Dual-Clutch/archive/22.2.3.5.zipFor R2022a: https://github.com/mathworks/Simscape-Dual-Clutch/archive/22.1.3.5.zipFor R2021b: https://github.com/mathworks/Simscape-Dual-Clutch/archive/21.2.3.4.zipFor R2021a

A very simple wrapper that provides an interface to RGBD cameras through OpenNI v2.2

This submission was motivated by the Kinect Matlab submission that provided an interface to OpenNI version 1.5. There was a significant reworking of the interface in OpenNI v2.2 that necessitated a

Pseudo-inverse

Version 1.5.0.0

by Bruno Luong

Factorize a matrix for pseudo-inverse calculation purpose

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

Robust estimator for non-linear state-space models with state-dependent noise.

initialization script, a test function and a technical report. The initialization script adds all relevant directories and sub-directories to the MatLab path and compiles two MEx files, both of them necessary for

This script processes DICOM images resulting in gas-ice-sediment volumetric content.

A script has been developed to process images of permafrost cores from X-ray computed tomography scans that semi-automatically results in gas, ice, sediment (and other inclusions) volumetric content

Fuel supply system with tanks, fuel lines, pumps, control system, and MATLAB code to automate tests.

dependent upon the elevation at the ends of the line. The model includes a set of test scenarios that include varying environmental conditions and failure events for components in the system. A MATLAB script

The tool get the height-Profile from GoogleEarth via COM-API and the image to generate a 3D-surface.

This is an example script on how to get data (loacations with altitude, colored image) from GoogleEarth intoa matlab surface.Use this function as a script so comment the first line!The code was

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

This is a small collection of utilities for stripping MATLAB comments from MATLAB code. The code may be given in strings, cell arrays of strings, or read from a file or file identifier. There is

MontageFigures

Version 1.6.0.0

by Nick Sinclair

Creates Montage (subplots) of Specified Figures and their subplots

want a montage with 12 and 15 on the first line and 18 on the next.mfig = MontageFigures([12 15 18], 2,2)where the horizontal length is the first 2vertical length is the second 2. This will leave the

Direct-drive 10 MW wind turbine driveline with torque and pitch control and optional transverse vibrations

repository data,use the link below.https://github.com/mathworks/Wind-Turbine-Driveline-Vibrations-Simscape/archive/refs/tags/22.2.1.5.zipHow to UseOpen the WindTurbineDrivelineWithVibrationsMainScript.mlx Live

Biot-Savart integration on a generic curve, by numerical integration.

Biot-Savart integration on a generic curve, by numerical integration.You can insert the points of a generic curve and the script will calculate the B induction field everywhere.You can choose between

Actuator with ideal, hydraulic, and electrical designs.

: https://github.com/mathworks/Simscape-Aileron-Actuator/archive/22.1.5.4.zipFor R2021b: https://github.com/mathworks/Simscape-Aileron-Actuator/archive/21.2.5.4.zipFor R2021a: https://github.com/mathworks/Simscape-Aileron-Actuator/archive/21.1.5.3.zipFor R2020b

Script finds the convergence, sum, partial sum plot, radius and interval of convergence, of infinite series.

This script finds the convergence or divergence of infinite series, calculates a sum, provides partial sum plot, and calculates radius and interval of convergence of power series. The tests included

Control Library for Dynamixel

REQUIREMENTS-) A Dynamixel with DynamixelSDK 3.X(https://github.com/ROBOTIS-GIT/DynamixelSDK)-) USB to RS485(http://support.robotis.com/en/product/auxdevice/interface/usb2dxl_manual.htm)-) Dynamixel

NESim

Version 1.0.0.0

by Chris Eliasmith

General package for large-scale biologically plausible simulations (with GUI).

Routines for Smith Chart, TDR, Mixed-Mode S-params, Matching

as a function of distance.The routines that deal with input impedance use the form Zin=A+jB Ohms,rather than the reflection coefficient S11,S22 etc. This is simply becauseI feel it is easier and more

Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates

Technology 18 (2007) pp3438-3442 by M.Krystek and M.Anton, Physikalisch-Technische Bundesanstalt Braunschweig, Germany. An attached script named pearson_york_tetdata.m contains a standard statistical test data

MatLab object for grouping sequences of real-valued, noisy data according to their underlying dynami

Script used in the Japanese webinar for image processing and computer vision held on Mar. 01, 2013.

following URL.https://www.mathworks.com/help/vision/ref/vision.cascadeobjectdetector-system-object.html Please refer to Examples - Face Detection5: S2_2a_optflow_webcam.m : optical flow6: Tracking of cars

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

measured data on the flyA test script is also available to send test commands to the Trinamic Stepper Motor and read results.

mexPostgres

Version 1.0.0.0

by Martin Mityska

Simple PostgreSQL client for MATLAB

mexPostgres is a simple C++ routine which allows you to send SQL commands to and fetch results from local or remote PostgreSQL database. The script is a simple wrapper for official PostgreSQL C

The Artificial Wolf Pack Algorithm (AWPA) - A toolbox for MATLAB

SwarmFireFly - The Firefly Swarm Algorithm (FFSA)

Sparse sub access

Version 1.11.0.0

by Bruno Luong

This package allows to retrieve and assign values of sparse matrix in one shot.

Toeplitzmult

Version 1.0.0.0

by Brian Borchers

This package implements fast matrix-vector multiplication for Toeplitz matrices.

multiplied times many vectors, then use>> F=toeplitzmultaux(a,b);>> y1=toeplitzmult2(F,x1);>> y2=toeplitzmult2(F,x2);>> y3=toeplitzmult2(F,x3);... The script example.m demonstrates the

hankel

Version 1.0.0.0

by Brian Borchers

The routines in this directory implement Hankel transforms of order 0 and 1 by digital filtering.

The MATLAB routines in this directory implement Hankel transforms of order 0 and 1 by digital filtering. These routines are based on a Fortran program by Walt Anderson which was published

Estimates the model parameters of the 2-factor model presented in Schwartz-Smith(2000).

ganerate random unit vectors |n|=1 isotropic

radius-vector:f(x)=exp(-x^2);f(y)=exp(-y^2);F(x,y)=exp(-x^2)*exp(-y^2)=exp(-(x^2+y^2))F(r)=exp(-r^2)*2*pi*rthen result of random_unit_vector isotropicThe function can generate many units vector of arbitrary dimention. Many units vectors-columns is in matrix. single/double precission adjustable. there is a

Matlab interface to a LBFGS-code for solving unconstrained minimization problems.

Retrieves and plots temperature and salinity from ARGO floats

ARGO website. Individual profiles can then be selected and, unless most of the data is missing for that profile, the routine plots temperature and salinity as a function of pressure. This script is

Stochastic multi-extremum optimization.

WindowsShortName

Version 1.0.0.0

by Luc Masset

Returns the short name of a file or folder under Windows

The purpose of this code is to compute a specific Dose metric given a DVH with relative dose and relative volume.

>> D2cc: Dose covering 2cc of the Volume is 7.95% of the dose >> D2cc: Dose covering 2cc of the Volume is 3.816Gy Example 5: >>ComputeDoseMetric_fromDVH(Dose_x, Volume_y, 'MLD', 48, 22

Load more