02 2018 档案

MATLAB/OCTAVE常用命令 cheat sheet
摘要:MATLAB cheatsheet http://web.mit.edu/18.06/www/Spring09/matlab cheatsheet.pdf 清除变量 清屏 //clear command window 阅读全文

posted @ 2018-02-27 14:20 lion_zheng 阅读(378) 评论(0) 推荐(0)

Cholesky分解(Cholesky decomposition / Cholesky )
摘要:Cholesky decomposition In linear algebra, the Cholesky decomposition or Cholesky is a decomposition of a Hermitian, positive definite matrix into the 阅读全文

posted @ 2018-02-27 14:15 lion_zheng 阅读(1142) 评论(0) 推荐(0)

ubuntu linux安装octave
摘要:安装完成后,在终端中输入octave可以打开 阅读全文

posted @ 2018-02-27 11:35 lion_zheng 阅读(221) 评论(0) 推荐(0)

anaconda添加源(channels)
摘要:如果使用environment.yml下载conda环境时,系统很慢,那么可以增加其他的下载源: 阅读全文

posted @ 2018-02-27 08:37 lion_zheng 阅读(1906) 评论(0) 推荐(0)

Udacity carnd2 Sensor Fusion, Extended Karman Filter (English)
摘要:Extended Karman Filter Zhenglei 2018 January This is a project to estimate the car position from Lidar data and Radar data. Lidar data is using Kalman 阅读全文

posted @ 2018-02-26 16:00 lion_zheng 阅读(1083) 评论(0) 推荐(1)

显示C++数据的数据类型
摘要:``` include using namespace std; ... cout 阅读全文

posted @ 2018-02-25 11:16 lion_zheng 阅读(3716) 评论(0) 推荐(0)

Linux终端(terminal)清屏命令
摘要:windows CMD终端的清屏命令是cls Linux终端中的清屏命令有 1) clear 2) reset 阅读全文

posted @ 2018-02-24 21:02 lion_zheng 阅读(7059) 评论(0) 推荐(0)

C++ Eigen库和Matlab对比
摘要:``` // A simple quickref for Eigen. Add anything that's missing. // Main author: Keir Mierle #include Matrix A; // Fixed rows and cols. Same as Matrix3d. Matrix B; // Fixed ro... 阅读全文

posted @ 2018-02-19 09:09 lion_zheng 阅读(1257) 评论(0) 推荐(0)

hp zbook15G2 nVidia K1100M显卡在ubuntu linux下闪屏问题
摘要:我的hp zbook15G2有一块nVidia K1100M显卡。 故障现象 安装ubuntu 16.4之后,屏幕出现闪烁现象。 重启后,进入bios,屏幕依然在闪烁。 再重启,进入另一块硬盘的windows7,操作系统重新识别显卡,并自动安装了驱动。 分析 可能的原因是,在linux下,显卡进入到 阅读全文

posted @ 2018-02-14 22:35 lion_zheng 阅读(1750) 评论(0) 推荐(0)

MAC读取希捷移动硬盘ntfs
摘要:希捷提供了mac读取ntfs磁盘的软件,Paragon。 搜索关键词 “希捷” “mac” 或者通过以下链接进入 https://www.seagate.com/cn/zh/support/downloads/item/ntfs driver for mac os master dl/ 阅读全文

posted @ 2018-02-14 20:59 lion_zheng 阅读(662) 评论(0) 推荐(0)

如何在markdown中实现缩进,空格,制表符
摘要:参考 https://stackoverflow.com/questions/6046263/how to indent a few lines in markdown markup Markdown的原生语法不支持缩进和空格,但支持嵌入HTML    这一行缩进了两个空格(使用 阅读全文

posted @ 2018-02-04 00:21 lion_zheng 阅读(6433) 评论(0) 推荐(0)

安装纯净 ubuntu linux (非虚拟机)
摘要:// Chinese version // 前提条件:有另一台电脑(windows)来下载软件、制作启动优盘 再windows pc上: 1)下载ubuntu,从以下地址https://www.ubuntu.com/download/desktop 2)阅读安装说明,https://tutorial 阅读全文

posted @ 2018-02-03 20:09 lion_zheng 阅读(674) 评论(0) 推荐(0)

python绘图 matplotlib教程
摘要:mark一个很好的python绘图教程 https://liam0205.me/2014/09/11/matplotlib tutorial zh cn/ 阅读全文

posted @ 2018-02-02 05:16 lion_zheng 阅读(138) 评论(0) 推荐(0)

导航