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
DC servo motor transfer function with bode plot
Mathworks
DC servo motor transfer function with bode plot
MATLAB TIPS
#FileExchange
DC servomotor transfer function
Mathworks
DC servomotor transfer function
DC servomotor transfer function & stability analysis by using Root locus
MATLAB TIPS
#FileExchange
CONN
Mathworks
CONN
functional connectivity analyses of resting-state or task-based neuroimaging data; CONN toolbox, development version
👍
1
MATLAB TIPS
#FileExchange
MSiReader — Free Mass Spectrometry Imaging Software
Mathworks
MSiReader — Free Mass Spectrometry Imaging Software
MSiReader is a collection of Matlab GUIs for viewing and analysis of Mass Spectrometry Imaging data.
MATLAB TIPS
#FileExchange
OTT: Optical Tweezers Toolbox
Mathworks
OTT: Optical Tweezers Toolbox
Toolbox for simulating optical tweezers
MATLAB TIPS
#FileExchange
Fischer_Speedmax_3D_Classic_Net_2I
Mathworks
Fischer_Speedmax_3D_Classic_Net_2I
ANN of a Fischer Speedmax 3D Classic Plus 902 197 Ski-camber profile f(x,m,x_m) for a given x-coordinate, load-mass and location.
MATLAB TIPS
#FileExchange
4D Data Visualization with Matlab
Mathworks
4D Data Visualization with Matlab
A 4D (four dimensions) data visualization using the Matlab functions “scatter3” and “slice”.
MATLAB TIPS
#FileExchange
5D Data Visualization with Matlab
Mathworks
5D Data Visualization with Matlab
Examples of 5D (five dimensions) data visualization using the Matlab function “scatter3”.
MATLAB TIPS
#FileExchange
6D Data Visualization with Matlab
Mathworks
6D Data Visualization with Matlab
Examples of 6D (six dimensions) data visualization using the Matlab function “scatter3”.
MATLAB TIPS
#FileExchange
3D Grid Lines Generation with Matlab
Mathworks
3D Grid Lines Generation with Matlab
Generate 3D grid lines along X, Y and Z dimensions for better visualization of multidimensional plots.
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
gibbonCode/GIBBON
Mathworks
gibbonCode/GIBBON
GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB
MATLAB TIPS
What Is the Pascal Matrix?
via Nick Higham
Nick Higham
What Is the Pascal Matrix?
The Pascal matrix $latex P_n\in\mathbb{R}^{n\times n}$ is the symmetric matrix defined by $latex p_{ij} = \displaystyle{i+j-2 \choose j-1} = \displaystyle\frac{ (i+j-2)! }{ (i-1)! (j-1)! }. $ It co…
👍
1
MATLAB TIPS
#FileExchange
DynaProg
Mathworks
DynaProg
Solve finite horizon multi-stage deterministic decision problems using Dynamic Programming
MATLAB TIPS
#FileExchange
Private Cody Leaderboard
Mathworks
Private Cody Leaderboard
This code creates a private leaderboard for Cody players.
MATLAB TIPS
#FileExchange
A Search Algorithm for Engineering Optimization
Mathworks
A Search Algorithm for Engineering Optimization
These codes present various examples of engineering optimization and tuning the controllers’ gain.
MATLAB TIPS
#FileExchange
C_Code_Integration
Mathworks
C_Code_Integration
C Code Integration in MATLAB and Simulink to Control an External Interface.
👍
1
MATLAB TIPS
#FileExchange
SoRoSim
MATLAB TIPS
#FileExchange
Maximally Distinct Color Generator
Mathworks
Maximally Distinct Color Generator
Generate maximally-distinct colors in an RGB colormap.
MATLAB TIPS
#FileExchange
DragDataTip
Mathworks
DragDataTip
Creates draggable data tips with custom labeling options on some 2-D plots. Custom labels options can also be applied to standard data tips.