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
#Python
A guided walkthrough and Q&A about what you need to know about migrating from MATLAB® to Python 😂
https://www.enthought.com/webinar/python-for-matlab-users/
MATLAB Release 2017b (R2017b) 今日正式推出,其中包括 MATLAB 和 Simulink 的若干新功能、六款新产品以及对其他 86 款产品的更新和修复补丁。此发行版还添加了新的重要的深度学习功能,可简化工程师、研究人员及其他领域专家设计、训练和部署模型的方式。
http://mp.weixin.qq.com/s/HoBao8vQYoS4FP0an9bWwg
Gradients, Gradient Plots and Tangent Planes
http://www2.math.umd.edu/~jmr/241/gradients.html
跟大家分享一个Matlab的坑:如果有人用到xlsread这个函数要注意,xlsread会调用系统中的excel,也就是说最多只能读1,048,576行(2007以前的版本是16384行),所以如果想用xlsread读csv的时候,需要提前把csv切分开。当然也可以直接用csvread,不过xlsread有它的方便之处,有时还是会用到。
This example shows how to automatically detect and track a face in a live video stream, using the KLT algorithm.
https://cn.mathworks.com/examples/matlab-computer-vision/mw/vision-ex62538821-face-detection-and-tracking-using-live-video-acquisition?s_eid=PSM_gen
MATLAB脚本中的局部函数
https://zhuanlan.zhihu.com/p/26378277