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
brainSurfer
Mathworks
brainSurfer
MATLAB toolbox for visualizing brain data on surfaces.
MATLAB TIPS
#FileExchange
ObjDiff - Generic object comparator
Mathworks
ObjDiff - Generic object comparator
Compares objects of any type inc. Java, Matlab, HG handles, structs, cells & arrays
MATLAB TIPS
#FileExchange
multicmp
Mathworks
multicmp
A function that adjusts p-values to control the Type 1 error rate during multiple comparisons.
MATLAB TIPS
#FileExchange
カスタムタブを用いた Simulink のモデリング業務効率向上
Mathworks
カスタムタブを用いた Simulink のモデリング業務効率向上
R2021b にて実装された「カスタムタブ」機能を用いて、日々の Simulink モデリング業務を効率化することができます。本コンテンツにてその一例を示します。
MATLAB TIPS
#FileExchange
MATLAB Elasticsearch (mlelasticsearch)
Mathworks
MATLAB Elasticsearch (mlelasticsearch)
Simple interface to retrieve and push data between MATLAB and Elasticsearch
👍
1
MATLAB TIPS
#FileExchange
Tuning PID controller using Sine Cosine Algorithm
Mathworks
Tuning PID controller using Sine Cosine Algorithm
To control the position of the micro-robotics system with a proportional-integral-derivative (PID) using Sin Cosine Algorithm (SCA)
MATLAB TIPS
#FileExchange
Convert between RGB and Color Names
Mathworks
Convert between RGB and Color Names
RGB to color name. Color name to RGB. Supports many palettes: CSS, dvips, HTML, MATLAB, RAL, SVG, X11, xcolor, xkcd,...
MATLAB TIPS
#FileExchange
A mayfly optimization algorithm
Mathworks
A mayfly optimization algorithm
Mayfly Algorithm for global optimization
MATLAB TIPS
#FileExchange
Climate Data Toolbox for MATLAB
Mathworks
Climate Data Toolbox for MATLAB
A set of low-level functions and tutorials for analyzing and displaying Earth science data.
MATLAB TIPS
#FileExchange
Point-to-Point (Regulation) Control of NPS II UAV using SDRE
Mathworks
Point-to-Point (Regulation) Control of NPS II UAV using SDRE
This code applies nonlinear regulation control SDRE on non-affine model of NPS II under water vehicle.
MATLAB TIPS
#FileExchange
Jacchia-Bowman Atmospheric Density Model
Mathworks
Jacchia-Bowman Atmospheric Density Model
Computation of the total mass density of the atmosphere using the Jacchia-Bowman model
MATLAB TIPS
#FileExchange
SoRoPCC
Mathworks
SoRoPCC
Toolbox for PCC Soft Robots
MATLAB TIPS
#FileExchange
Motion-Encoded Particle Swarm Optimization
Mathworks
Motion-Encoded Particle Swarm Optimization
Implementation of the Motion-Encoded Particle Swarm Optimization (MPSO) algorithm for the optimal search of a lost target using UAVs
MATLAB TIPS
#FileExchange
Flying Foxes Optimization (Fuzzy self-tuning optimizer)
Mathworks
Flying Foxes Optimization (Fuzzy self-tuning optimizer)
Fuzzy self-tuning Flying Foxes Optimization for global optimization
MATLAB TIPS
#FileExchange
scGEAToolbox (single-cell Gene Expression Analysis Toolbox)
Mathworks
scGEAToolbox (single-cell Gene Expression Analysis Toolbox)
MATLAB TIPS
#FileExchange
cwEPR
Mathworks
cwEPR
Process, Simulate and Fit CW EPR data using easyspin (easyspin.org)
MATLAB TIPS
#FileExchange
SoRoSim
👍
1
MATLAB TIPS
What Is Fast Matrix Multiplication?
via Nick Higham
Nick Higham
What Is Fast Matrix Multiplication?
The definition of matrix multiplication says that for $latex n\times n$ matrices $LATEX A$ and $LATEX B$, the product $LATEX C = AB$ is given by $latex c_{ij} = \sum_{k=1}^n a_{ik}b_{kj}$. Each ele…
👍
3
MATLAB TIPS
#FileExchange
Path
Mathworks
Path Class
Class for handling file system paths with short and readable code
MATLAB TIPS
#FileExchange
Sea-horse optimizer
Mathworks
Sea-horse optimizer
Sea-horse optimizer: A novel nature-inspired meta-heuristic for global optimization problems