MATLAB TIPS
@MATLAB_tips
2.78K
subscribers
14
photos
2
files
12K
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
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…
MATLAB TIPS
#FileExchange
DataFrame - TimeFrame
MATLAB TIPS
#FileExchange
Professional Plots
Mathworks
Professional Plots
Professional Standard Plots within Seconds!!! Take your plots to the next level.
MATLAB TIPS
#FileExchange
Spectral proper orthogonal decomposition (SPOD)
Mathworks
Spectral proper orthogonal decomposition (SPOD)
Implements the frequency domain form of proper orthogonal decomposition (POD)
MATLAB TIPS
#FileExchange
openGJK: compute minimum distance between 3D polyhedra
Mathworks
openGJK: compute minimum distance between 3D polyhedra
Fast and reliable implementation of the Gilbert-Johnson-Keerthi (GJK) algorithm. University of Oxford.
MATLAB TIPS
#FileExchange
Uniform Manifold Approximation and Projection (UMAP)
Mathworks
Uniform Manifold Approximation and Projection (UMAP)
An algorithm for manifold learning and dimension reduction.