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
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
MATLAB TIPS
#FileExchange
#UpdateRecently
Particle swarm optimization in 2D space
Mathworks
Particle swarm optimization in 2D space
Particle swarm optimizer for 2D problems z=f(x,y).
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
MATLAB Client for MATLAB Production Server
Mathworks
MATLAB Client for MATLAB Production Server
MATLAB Client for MATLAB Production Server
™
lets you access your MATLAB
®
Production Server-hosted functions via MATLAB Add-Ons
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
SoC Blockset Support Package for Texas Instruments C2000 Processors
Mathworks
SoC Blockset Support Package for Texas Instruments C2000 Processors
Design, analyze, and prototype for Texas Instruments C2000 microcontrollers
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Simulink Coder Support Package for VEX EDR V5 Robot Brain
Mathworks
Simulink Coder Support Package for VEX EDR V5 Robot Brain
Automatically program the VEX EDR V5 Robot Brain using Simulink
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
SoC Blockset Support Package for Intel Devices
Mathworks
SoC Blockset Support Package for Intel Devices
Design, analyze, and prototype for Intel SoC and FPGA devices
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
GPU Coder Interface for Deep Learning Libraries
Mathworks
GPU Coder Interface for Deep Learning
Use GPU Coder to generate optimized CUDA code for deep learning networks
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Image Processing Toolbox Hyperspectral Imaging Library
Mathworks
Hyperspectral Imaging Library for Image Processing Toolbox
Import, visualize, process, analyze and export hyperspectral data
👍
0
👎
0
MATLAB TIPS
#FileExchange
#UpdateRecently
Aerospace Blockset CubeSat Simulation Library
Mathworks
Aerospace Blockset CubeSat Simulation Library
Model, simulate, analyze, and visualize CubeSats using Aerospace Blockset
👍
0
👎
0