有趣的matlab命令

少于 1 分钟阅读

都说MATLAB无所不能,那就来看看它有多无所不能吧!

一个不错的官方SIMULINK演示

获许会惊艳到你。用于模拟航天飞机的发射,感兴趣的可以去看一下。

>>sf_launchabort

发射

接管操作系统dos

以查看目录的内容为例

>>dos tree
>>dos cd
>>dos dir

%结果
├─DwnlData 
│  └─tutu
│      └─master_323 
├─FTP-iPad - 快捷方式 
├─HashManager 
├─interesting_Matlab-master_2 
│  └─interesting_Matlab-master 
│      ├─MATALB画图包格雷姆Gramm 
│      ├─Matlab_GUI 
│      ├─Matlab学习中的小笔记 
│      ├─P图区 
│      └─R一样的画图包 
│          └─PlotPub-master 
│              ├─examples 
│              └─examples_class 
├─MATLAB R2016a 完全自学一本通(源代码) 
├─MATLABtex系列 
│  └─tex 
├─SVM 
├─PD截图 
├─图像相关资料代码 
│  └─MATLAB实现图像去噪 滤波 锐化 边缘检测 源程序代码 
└─微信待发送 

接管浏览器的web 指令

>>web https://sjtu-tutu.github.io/tutu/
>>web www.baidu.com

% 以上会直接打开对应的网页

一组MATLAB内置彩蛋

spy

>> spy

直接跳出一只丑陋的狗狗

spy

image

>> spy

答应我半夜无论如何不要在命令行输入image

image

why

>> why
A tall and good and rich hamster obeyed a bald and terrified programmer.
>> why
Mara suggested it.
>> why
To please a very terrified and smart and tall engineer.
>> why
The tall system manager obeyed some engineer.
>> why
To satisfy some programmer.
>> why
Mary Ann wanted it that way.
>> why
Can you rephrase that?

小编暂时无法力理解内置why指令的用意,不过还是很想一直用这个函数!

travel

>>travel

旅行商问题的动画演示

travel

earthmap

>>earthmap

弹出matlab自带的地球仪,鉴定完毕,没啥用! earthmap

juggler

基于模糊逻辑工具箱的跳球小游戏

>>juggler 

juggler

pretty

内置函数实现公式可视化,利用的是字符画风格,值得一试,但还是更推荐图图写的LaTeX可视化吧,详情戳这里

>> syms x
>> y=cos(x)/sin(x)/exp(x)
 
y =
 
(exp(-x)*cos(x))/sin(x)
 
>> pretty(y)
exp(-x) cos(x)
--------------
    sin(x)

一些童年回忆小游戏

扫雷

扫雷

>>xpbombs

移动方块

>fifteen

移动方块

俄罗斯方块

俄罗斯方块

pretty函数源代码和俄罗斯方块的源代码戳这里可以直接获得