MATLAB TIPS
@MATLAB_tips
2.78K
subscribers
13
photos
2
files
11.8K
links
Matlab的一些现成脚本、函数,前人写的技巧、教程、文档。 Just tricks that finally work or what have learnt through search engines.受限于个人领域和Matlab水平,诚邀频道管理者;只要在使用Matlab过程中顺手把用上的网页、帖子发上来就好,十分简单。请联系
@MatLabTipsBot
。
#MATLAB
Download Telegram
Join
MATLAB TIPS
2.78K subscribers
MATLAB TIPS
#FileExchange
FieldTrip
Mathworks
FieldTrip
The MATLAB software toolbox for MEG and EEG analysis
MATLAB TIPS
#FileExchange
MrcJkb/tldeccheck
Mathworks
MrcJkb/tldeccheck
For adjusting the amount of decimals in TickLabels
MATLAB TIPS
#FileExchange
expandaxes
Mathworks
expandaxes
More reliable implementation of the option "expand axes to fill figure"
👍
2
MATLAB TIPS
#FileExchange
TODOS
Mathworks
TODOS
Use tags in code comments to create notes/todos and display links to them in the command window.
MATLAB TIPS
#FileExchange
Good-Point Array (or Good-Point Set or Good-Node Set)
Mathworks
Good-Point Array (or Good-Point Set or Good-Node Set)
To produce M points distributed more evenly in the decision space ([0,1]^N) than the uniformly random method does.
MATLAB TIPS
#FileExchange
Secant Method (secant_method)
Mathworks
Secant Method (secant_method)
Secant method for finding the root of a univariate, scalar-valued function.
MATLAB TIPS
#FileExchange
VeriStand Model Generation Support
Mathworks
VeriStand Model Generation Support
Generate VeriStand Compatible Models
MATLAB TIPS
#FileExchange
Maximally Distinct Color Generator
Mathworks
Maximally Distinct Color Generator
Generate maximally-distinct colors in an RGB colormap.
MATLAB TIPS
#FileExchange
LU decomposition
Mathworks
LU decomposition
Lower–Upper (LU) decomposition or factorization to solve the set of n linear equations Ax=b.
MATLAB TIPS
#FileExchange
Windows XP Sounds
Mathworks
Windows XP Sounds
A MATLAB tool for reproducing the sounds of the Microsoft Windows XP operating system.
MATLAB TIPS
#FileExchange
Hybrid Equations Toolbox (beta)
Mathworks
Hybrid Equations Toolbox (beta)
This is a beta release of the upcoming version 3.1 of the Hybrid Equations Toolbox. Changes may occur prior to release.
MATLAB TIPS
#FileExchange
JACOBI METHOD
Mathworks
JACOBI METHOD
The Jacobi method is a method of solving a matrix equation on a matrix that has no zeros along its main diagonal.
MATLAB TIPS
#FileExchange
埃博拉酱 的 并行计算 工具箱 Parallel Computing
MATLAB TIPS
#FileExchange
SGP4
Mathworks
SGP4
The SGP4 model to calculate orbital state vectors of near-Earth satellites
MATLAB TIPS
#FileExchange
HDL Coder Support Package for NI FPGA Hardware
Mathworks
HDL Coder Support Package for NI FPGA Hardware
Generates bitfiles for NI FPGA hardware
MATLAB TIPS
#FileExchange
Kalman Decomposition
Mathworks
Kalman Decomposition
Finding coordinate transformation matrix and finding transformed state, input, and output matrix.
MATLAB TIPS
#FileExchange
Requirements-Based Testing Workflow Example
Mathworks
Requirements-Based Testing Workflow Example
This example workflow shows you how to get started with systematic, requirements-based testing using Simulink.
MATLAB TIPS
#FileExchange
A Joint Opposite Selection (JOS) on opposition optimization
Mathworks
A Joint Opposite Selection (JOS) on opposition optimization
JOS in optimization : A well-match joint of Selective Leading Opposition (SLO) and Dynamic Opposite (DO) for optimization.
MATLAB TIPS
#FileExchange
CI/CD Automation for Simulink Check
Mathworks
CI/CD Automation for Simulink Check
Simplify adoption and optimize Continuous Integration/Continuous Delivery (CI/CD) workflows for Simulink
MATLAB TIPS
What Is a Toeplitz Matrix?
via Nick Higham
Nick Higham
What Is a Toeplitz Matrix?
$latex T\in\mathbb{C}^{n\times n}$ is a Toeplitz matrix if $latex t_{ij} = t_{i-j}$ for $latex 2n-1$ parameters $latex t_{1-n},\dots,t_{n-1}$. A Toeplitz matrix has constant diagonals. For $latex n…