MATLAB TIPS
@MATLAB_tips
2.8K
subscribers
14
photos
2
files
12.1K
links
Matlab的一些现成脚本、函数,前人写的技巧、教程、文档。 Just tricks that finally work or what have learnt through search engines.受限于个人领域和Matlab水平,诚邀频道管理者;只要在使用Matlab过程中顺手把用上的网页、帖子发上来就好,十分简单。请联系
@MatLabTipsBot
。
#MATLAB
Download Telegram
Join
MATLAB TIPS
2.8K subscribers
MATLAB TIPS
#FileExchange
nachos
Mathworks
nachos
Nifty Analysis of CHemical Optical Spectra
MATLAB TIPS
#FileExchange
TopoToolbox
Mathworks
TopoToolbox
A MATLAB program for the analysis of digital elevation models
MATLAB TIPS
#FileExchange
Deep_White_Balance
Mathworks
Deep_White_Balance
Reference code for the paper: Deep White-Balance Editing, CVPR 2020 (Oral).
MATLAB TIPS
#FileExchange
A Simple Finite Volume Solver for Matlab
Mathworks
A Simple Finite Volume Solver for Matlab
A simple yet general purpose FVM solver for transient convection diffusion PDE
MATLAB TIPS
#FileExchange
proesmans-optical-flow
Mathworks
proesmans-optical-flow
Optical flow using the Proesmans method
MATLAB TIPS
#FileExchange
Fast Voltage Stability Index (FVSI)
Mathworks
Fast Voltage Stability Index (FVSI)
Fast Voltage Stability Index (FVSI) is a metric used to assess the stability of a power system based on voltage conditions.
MATLAB TIPS
#FileExchange
A (slightly) more robust version of when()
Mathworks
A (slightly) more robust version of when()
Find the MATLAB version when a given function was introduced.
MATLAB TIPS
#FileExchange
Transit Search Optimization Algorithm (2022): MATLAB Codes
Mathworks
Transit Search Optimization Algorithm (2022): MATLAB Codes
The codes of a novel astrophysics-inspired meta-heuristic optimization algorithm, namely Transit Search (TS)
MATLAB TIPS
#FileExchange
parameterized resampling time-frequency transform
Mathworks
parameterized resampling time-frequency transform
Codes of the parameterized resampling time-frequency transform (PRTF transform).
MATLAB TIPS
What Is the Numerical Range of a Matrix?
via Nick Higham
Nick Higham
What Is the Numerical Range of a Matrix?
The numerical range of a matrix $latex A\in\mathbb{C}^{n\times n}$, also known as the field of values, is the set of complex numbers $latex W(A) = \biggl\{\, \displaystyle\frac{z^*Az}{z^*z}: 0\ne z…
MATLAB TIPS
#FileExchange
placeFig, a FigureGrid command aware of screen size
Mathworks
placeFig, a FigureGrid command aware of screen size
A useful command to create a figure-grid of matlab figures tidily distributed across the screen
MATLAB TIPS
#FileExchange
Aircraft Control using Nonlinear Dynamic Inversion
Mathworks
Aircraft Control using Nonlinear Dynamic Inversion
Simulate the Nonlinear Dynamic Inversion Controller for the longitudinal dynamics of a small aircraft described by Stevens & Lewis (2003)
MATLAB TIPS
#FileExchange
Fluorescence-Tracker-App
Mathworks
Fluorescence Tracker App
This app uses computer vision point tracking to quantify near infrared signals emitted by (ICG) Indocyanine Green during fluorescence angiog
MATLAB TIPS
#FileExchange
golaycodec
Mathworks
golaycodec
encode/decode a binary array using the Golay code with error correction
MATLAB TIPS
#FileExchange
Natural-Order Row Sort
Mathworks
Natural-Order Row Sort
Alphanumeric row sort of a cell/string/categorical/table array, with customizable number format.
MATLAB TIPS
#FileExchange
Natural-Order Filename Sort
Mathworks
Natural-Order Filename Sort
Alphanumeric sort of filenames or filepaths, with customizable number format.
MATLAB TIPS
#FileExchange
Customizable Natural-Order Sort
Mathworks
Customizable Natural-Order Sort
Alphanumeric sort of a cell/string/categorical array, with customizable number format.
MATLAB TIPS
#FileExchange
Smith & Wilson algorithm
Mathworks
Smith & Wilson algorithm
Smith & Wilson is a popular algorithm for approximating financial curves such as bond yields or rates.
MATLAB TIPS
#FileExchange
Stationary Bootstrap
Mathworks
Stationary Bootstrap
Stationary bootstrap algorithm for resampling weakly-dependent stationary data. Based on the 1994 paper by Politis & Romano.
MATLAB TIPS
#FileExchange
Progress bar (cli, gui, parfor)
Mathworks
Progress bar (cli, gui, parfor)
Handy progress bar that can be used in GUI or text interface with parfor compatibility.