1、使用运算符‘:’将矩阵的所有列拼成一列

2、.'与'操作差别在复数运算时,'是复共轭转置,.'是转置

3、读取文件夹下的某类型文件

img_dir = dir('*.tif');
img_dir = {img_dir.name};

4、

最新文章

  1. 2013 Asia Changsha Regional Contest---Josephina and RPG(DP)
  2. How to use a 32bit Oracle11_g client in 64 win system and not conflict with sqldeveloper 64 bit tool
  3. linux学习笔记--NFS
  4. makefile变量赋值
  5. Robot Framework--05 案例设计之流程与数据分离
  6. Delphi面向对象的方法
  7. 微信支付开发(11) Native支付
  8. 2015北京网络赛 A题 The Cats' Feeding Spots 暴力
  9. 监听JVM关闭
  10. Cordova + idea 环境搭建
  11. Golang: Cobra命令行参数库的使用
  12. vue 实现子向父传值
  13. asp.net 对象转XML,XML转对象
  14. Python 字典方法
  15. springboot打成Jar包后部署至Linux服务器上
  16. Android Studio waiting for debugger 卡死
  17. Continuation-passing style
  18. apache显示目录文件列表
  19. 压缩归档文件审查工具p7zip-full
  20. Mac 下安装node.js(转载)

热门文章

  1. 51nod1073(约瑟夫环)
  2. Python WebDriver自动化测试
  3. jquery placeholder
  4. Guava学习笔记(1):Optional优雅的使用null
  5. SSH 常用命令解析
  6. 浅谈SQLiteOpenHelper之onCreate例子
  7. python 线程之 数据同步 Queue
  8. python 函数传递方式
  9. [工作中的设计模式]迭代子模式Iterator
  10. Linux Tomcat 开机自启动的方法