1. Only version not older than R2013 supports Raspberry Pi. First, download support package in Matlab:

http://www.mathworks.cn/matlabcentral/fx_files/40313/5/raspberrypi.zip

2. Open raspberrypi.mlpkginstall in Matlab, and just follow the instructions, you will get everything ready.

3. After installation, get your Pi connected into the router in your home, and remember the IP address in management page, because Matlab connecting Pi via SSH.

4. Open Simulink in Matlab, add a new model, configure SinWave and Gain.

5. Open Model Configuration Parameters, or Ctrl+E.

Configure the IP address , user name is pi, password is raspberry.

6. Configure simulation, time is inf, device is External.

7. Run it.

最新文章

  1. 详解Eclipse断点
  2. Distributed3:SQL Server 创建分布式数据库
  3. SharePoint配置搜索服务和指定搜索范围
  4. ASP.NET Core重写个人博客站点小结
  5. 算法的时间复杂度(大O表示法)
  6. How to: Signing Installers You Create with Inno Setup
  7. c# winform textbox与combox让用户不能输入
  8. perl dbi 测试 mysql wait_timeout
  9. Setup Git Server in CentOS 6.3
  10. hive 不同用户 权限设置 出错处理
  11. java学习笔记 --- 面向对象
  12. Kotlin——从无到有系列教程(5): 你该知道的Kotlin可空类型、空安全(null)、类型转换等特性
  13. 阿里云API网关(5)用户指南(调用 API)
  14. scrollview 嵌套imageview显示长图
  15. day10-11-python基础之字符串
  16. nodejs的某些api~(四)udp&dns
  17. 2019最新WEB前端开发小白必看的学习路线(附学习视频教程)
  18. Shell 脚本元组+for循环
  19. MySQL 之 MHA + ProxySQL + keepalived 实现读写分离,高可用(二)
  20. vue生命周期、钩子函数

热门文章

  1. Java.sql.SQLException: 无效的列类型: 1111
  2. java.lang.IllegalArgumentException: Service not registered
  3. C++ 静态数据成员和静态成员函数
  4. Animation.wrapMode循环模式
  5. oralce 存储过程、函数和触发器
  6. js 递归调用
  7. shell 脚本 测试webApp
  8. Java数据结构和算法(一)散列表
  9. JAVA对字符串的压缩与解压缩
  10. 实现字符串函数,strlen(),strcpy(),strcmp(),strcat()