摘要:MATLAB cheatsheet http://web.mit.edu/18.06/www/Spring09/matlab cheatsheet.pdf 清除变量 清屏 //clear command window
阅读全文
摘要:Cholesky decomposition In linear algebra, the Cholesky decomposition or Cholesky is a decomposition of a Hermitian, positive definite matrix into the
阅读全文
摘要:安装完成后,在终端中输入octave可以打开
阅读全文
摘要:如果使用environment.yml下载conda环境时,系统很慢,那么可以增加其他的下载源:
阅读全文
摘要: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
阅读全文
摘要:``` include using namespace std; ... cout
阅读全文
摘要:windows CMD终端的清屏命令是cls Linux终端中的清屏命令有 1) clear 2) reset
阅读全文
摘要:``` // 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...
阅读全文
摘要:我的hp zbook15G2有一块nVidia K1100M显卡。 故障现象 安装ubuntu 16.4之后,屏幕出现闪烁现象。 重启后,进入bios,屏幕依然在闪烁。 再重启,进入另一块硬盘的windows7,操作系统重新识别显卡,并自动安装了驱动。 分析 可能的原因是,在linux下,显卡进入到
阅读全文
摘要:希捷提供了mac读取ntfs磁盘的软件,Paragon。 搜索关键词 “希捷” “mac” 或者通过以下链接进入 https://www.seagate.com/cn/zh/support/downloads/item/ntfs driver for mac os master dl/
阅读全文
摘要:参考 https://stackoverflow.com/questions/6046263/how to indent a few lines in markdown markup Markdown的原生语法不支持缩进和空格,但支持嵌入HTML 这一行缩进了两个空格(使用
阅读全文
摘要:// Chinese version // 前提条件:有另一台电脑(windows)来下载软件、制作启动优盘 再windows pc上: 1)下载ubuntu,从以下地址https://www.ubuntu.com/download/desktop 2)阅读安装说明,https://tutorial
阅读全文
摘要:mark一个很好的python绘图教程 https://liam0205.me/2014/09/11/matplotlib tutorial zh cn/
阅读全文