Main Content

35,683 results

RunLength

Version 1.2.0.0

by Jan

RunLength coding as fast MEX and M-code

validity and speed.Tested: Matlab 6.5, 7.7, 7.8, 7.13, WinXP/32, Win7/64 Compiler: LCC3.8, BCC5.5, OWC1.8, MSVC2008/2010Does not compile under LCC2.4 shipped with Matlab/32!Assumed Compatibility

Makes the pre-R2008b (MATLAB 7.7) default desktop layout available on the Desktop Layout menu.

In MATLAB® 7.7 the default layout was changed. Choosing "Default" from the Desktop Layout menu now arranges desktop tools in three columns where previously they appeared in two columns. If you

This file contains functions to optimize chamfer masks and implement sequential distance transforms.

This submission implements a robust cost function for designing chamfer masks

The University of Alabama’s EcoCAR Mobility Challenge CAV designs from Year 1 of the competition

This upload contains The University of Alabama’s designs from Year 1 of the EcoCAR Mobility Challenge competition. Included in these files are driving scenarios from the Driving Scenario Designer

VChooseK

Version 1.0.0.0

by Jan

Choose K elements from a vector - MEX: 100 times faster than NCHOOSEK

its specific job VChooseK is remarkably faster (see screen shot).Tested: Matlab 6.5, 7.7, 7.8, WinXPCompilers: BCC5.5, LCC2.4/3.8, Open Watcom 1.8Please run the unit-test TestVChooseK after compiling

This function extends the capabilities of the plot function in Matlab and enhances the visual output of a basic plot.

| %| #1 -- Extra Input(string array) | %| "XL" --------> Parameter used to define X-label

DataHash

Version 1.7.1

by Jan

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

numeric vector.EXAMPLES:Default: MD5, hex: DataHash([]) % 7de5637fd217d0e44e0082f4d79b3e73SHA-1, Base64: S.a = uint8([]); S.b = {{1:10}, struct('q', uint64(415))}; DataHash(S, 'base64

A Novel Metaheuristic Inspired by Horned Lizard Defense Tactics

dimensions 50 and 100.DOI: 10.1007/s10462-023-10653-7https://link.springer.com/article/10.1007/s10462-023-10653-7

CStrAinBP

Version 1.1.0.0

by Jan

Overlapping elements of 2 cell strings. 10-20 times faster than INTERSECT/ISMEMBER/SETDIFF.

compiling.Tested: Matlab 6.5, 7.7, 7.8, Win2K/XP

Create a gridded lookup table of scattered data in n dimensions.

fit and smoothness of the curve (1-D), surface (2-D), or hypersurface (n-D).Browse the Mathworks File Exchange examples

FilterM

Version 1.0.0.0

by Jan

A faster FILTER and FILTFILT: Speedup factor 2.5 to 25

uTest_FiltFiltM to check validity and speed.Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit Compiler: LCC2.4/3.8, BCC5.5, OWC1.8, MSVC2008Assumed Compatibility: higher Matlab versions, Mac, Linux, 64bitThis is

A tutorial on how to solve differential equations with MATLAB in the context of radioactive decay according to Bateman.

MATLAB examples for use with PicoLog 1000 Series data loggers.

3D convertor from Matlab to SketchUp, permits to create visualization for debugging purposes, data analysis and results rendering.

Bayesian lasso, horseshoe and horseshoe+ linear, logistic regression and count regression

MemReadEDF

Version 1.0.3

by Darion Toutant

A speedy EDF+ reader that also accommodates putting sections of the data record into memory.

Type Curve for an Unfractured Well in an Infinite-Acting Homogeneous Reservoir with Wellbore Storage and Skin Effects.

nck

Version 1.0.5

by JaeHyeok Park

Efficient calculation of combination or binomial coefficient, without direct calculating factorials.

below)https://kr.mathworks.com/matlabcentral/fileexchange/105320-nck?tab=discussions#discussions_2429840usage:>> nck(7,5)21Inspired by python reduce implementationmodified using better alrorithm

SimPowerSystems model of the 41-bus Western North American Power Grid

This file contains the MATLAB code for generation of DSBSC signal.

Supplemental Control for Enhancing Primary Frequency Response of DFIG-based Wind Farm

A simple code for Economic Load Dispatch using Optimization Functions available in MATLAB or GNU Octave.

Label contours along a curve in MATLAB

Thresholding and Regularization Techniques for Image Denoising

TRT_FilterThresholding and Regularization Techniques for Image DenoisingGUI requires MATLAB 2021bCite the paper:Nguyen N. Hien, Dang N.H. Thanh, Ugur Erkan, Joao M.R.S. Tavares. “Image Noise Removal

FIF

Version 2.12.1

by Antonio

Fast Iterative Filtering

Fast Iterative Filtering for the decompostion of non-stationary signals [1,2,3].Please refer to "Example_v8.m" and "Example_real_life_v6.m" for examples of how to use the code.It is based on FFT

This is a Simulink project to provide the values of pressure and flow in the human circulatory system with electric circuits components.

vessels in [1] and further discussed in [3]. We use the model for the heart following the mathematical model in [2].The electric parameters for the resistors, inductors, and capacitors are specified in the

An Introduction to Sliding mode Control:Basics

https://youtu.be/e-wzvbYwWN8https://youtu.be/VNB_SyAvB68https://youtu.be/vZIcVabXysgAdaptive Sliding-Mode Control for Boost DC–DC Converters: MATLAB Implementationhttps://youtu.be/u2nr0O2aitcA High-Speed Sliding-Mode Observer for the Sensorless Speed Control of a

业务范围包括但不限于,生物/地震/机械/振动/声音/语音等多种领域中的信号处理问题。(最新文章源码以及c或者python版本,可联系, 手机号:15064155055 微信号:yg694722435 邮箱:yugang2010@163.com

This app detect the virus using ML technique !

jarirepo/feasrgn

Version 1.2.0.0

by Jari Repo

Finds the feasible region from a set of constant, linear and nonlinear inequalities

: feasrgnUsage example:import feasrgn.*cfcn = {'y','>', @(x) .65*(x-1).^2-3; ... 'y','<=',@(x) -1.25*x.^2+6; ... 'y','>=', @(x) .8*(x+1.25).^3-1.025*(x+.5); ... 'y','&gt

Identifies 2D vortices using Gamma 1 from Graftieaux

, though, because it uses 4 nested for loops. Producing the gamma1 map can be done more efficiently in Matlab by realizing that the operations described in the Graftieaux's paper can be rearranged into two

Download/upload a file from/to the web with progress display using MATLAB's http web services.

(in seconds) for updating progress. Default = 1 second.ShowFilename : Whether to show name of uploaded file. Default = false.IndentSize : Size of indentation if displaying progress in command

Demo that shows how to use auto-encoders to detect anomalies in sensor data

This is the matlab package for dynamic traffic assignments developed by the KULeuven

iterative link transmission model, Transportation Research Part B: Methodological, Available online 1 February 2016, ISSN 0191-2615, http://www.sciencedirect.com/science/article/pii/S0191261515002805Tampère

Open Source Simulation Package for MATLAB

Gui for visualizing A = U*S*V'

Press keyboard to add or remove singular values and display result.Clip of current version:https://youtu.be/DeKt8kk2qMs

The algorithm is developed based on the concept of Newtonian cooling law.

%% Developed in MATLAB R2020b (MacOs-Monterey) %% %% Author and programmer

glerny/finnee

Version 3.0.0.0

by Guillaume Erny

Matlab toolbox for separation techniques hyphenated high resolution mass spectrometry

. Tutorials and detailed explanations can be found at https://finneeblog.wordpress.com/.# Finnee v3.1This is the final version for Finnee; it has been replaced by a new toolbox, Finnee2016, that make use of

The codes show backward integration simulation on mathematical dynamical models for SDDRE controller in regulation and tracking.

Reconstruct a set of points from their image projections

Set of functions for receiving mail feedback from Matlab

Set of functions for receiving mail feedback from Matlab.1) sendstatus(to,verbose) sends the exit status of a script/function to the mail addresses specified in to. In case of failure the function

Numerical computations of first eigenstates of the Hamiltonian in atomic units of the electron in the hydrogen atom.

Comparison of Artificial Potential Field (APF) algorithm, Vortex APF algorithm, Safe APF algorithm, and Dynamic Windows Approach.

Panic Simulator

Version 1.1.0.0

by Julian

Simulates panic behaviour in modifiable rooms with one exit

Connect MATLAB - Optimization Toolbox™ to the AMPL API for MATLAB

This package (AMPL interface to Optimization Toolbox) connects MATLAB – Optimization Toolbox™ to the AMPL API for MATLAB (version 1.3 or higher). It provides an interface to Optimization Toolbox

This simulation is properly working only in MATLAB 2017 and higher version of MATLAB

Fast csvwrite/dlmwrite replacement for MATLAB (.mex function)

Load more