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
#UpdateRecently
Boost Converter Design for MPPT Application
Mathworks
Boost Converter Design for MPPT Application
Design of boost converter based on maximum power point resistance for photovoltaic applications.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
TopoToolbox
Mathworks
TopoToolbox
A MATLAB program for the analysis of digital elevation models
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Radial Field of Views
Mathworks
Radial Field of Views
Radial sampling patterns in frequency space to support anisotropic field of views (FOVs)
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
fdasrvf
Mathworks
fdasrvf
MATLAB library for elastic functional data analysis
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
correlated equilibria
Mathworks
correlated equilibria
plot set of correlated equilibria and convex hull of Nash equilibria in 2 player normal form game
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Light Curve
Mathworks
Light Curve
Generates normalized one epoch light curve
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Simple Editor Zoom
Mathworks
Simple Editor Zoom
Simple tool for changing the font size of the editor without having to manually open up MATLAB preferences.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Single Phase Rectifiers Full and Half Wave`
Mathworks
Single Phase Rectifiers Full and Half Wave`
Designed single phase rectifiers for both full and half wave for R,R-L loads.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Design and Test Lithium Ion Battery Management Algorithms
Mathworks
Design and Test Lithium Ion Battery Management Algorithms
This example project can be used as a reference design to get started with designing Battery Management System with MATLAB and Simulink.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
ebertolazzi/Clothoids
Mathworks
ebertolazzi/Clothoids
G1 and G2 fitting with clothoids, circle and biarc
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
OCRA
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Dc-Motor Control
Mathworks
Dc-Motor Control
Designed DC Motor control using PID controllers
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Bus Object Bus Creator
Mathworks
Bus Object Bus Creator
Tool to automatically populate a busCreator with BusElements names defined in a Bus Type.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
S-Parameter Utilities
Mathworks
S-Parameter Utilities
A collection of utilities to complement the RF Toolbox.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
DT QP Project
Mathworks
DT QP Project
Solves linear-quadratic dynamic optimization using direct transcription and quadratic programming
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
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.
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Chimp Optimization Algorithm
Mathworks
Chimp Optimization Algorithm
this code is related to the following paper: https://www.sciencedirect.com/science/article/abs/pii/S0957417420301639
👍
0
👎
0
MATLAB TIPS
arguments: MATLAB输入检查的新语法
https://zhuanlan.zhihu.com/p/344538954
知乎专栏
arguments: MATLAB输入检查的新语法
bug的来源很多, 其中有一大类是: 别人调用你写的函数的时候, 没有按照文档中的规定设置输入变量, 相当于"病从口入". 比如文档规定输入变量必须是正数, 结果用户输入了负数, 文档规定必须是整数, 结果用户…
👍
0
👎
0
MATLAB TIPS
MATLAB代码提速的冷门小技巧: 用"连乘法"代替"整数幂"
https://zhuanlan.zhihu.com/p/344476323
知乎专栏
MATLAB代码提速的冷门小技巧: 用"连乘法"代替"整数幂"
元素级别的整数幂的官方语法是a.^n, n是一个整数. 如果n是正整数的话, 等价于a.*a.*a......*a, n个a连乘. 如果n是负整数的话, 等价于1./(a.*a.*a......*a), -n个a连乘, 然后取倒数. 既然是等价的, 因此, 理论上, …
👍
0
👎
0
MATLAB TIPS
#FileExchange
File Exchange Pick of the Week: Simulink Keyboard Input v2
https://ift.tt/35Mj4L0
File Exchange Pick of the Week
Simulink Keyboard Input v2
Will's pick this week is Simulink Keyboard Input v2 by Emanuele Ruffaldi.
I have streamed data into Simulink models from webcams, microphones, and other hardware sensors. But until I came across Emanuele's File Exchange submission, I had never typed a…
👍
0
👎
0