Yuxuan's Blog

Physics, Photography, Design, Computer Science, and more

Matlab解物理问题的常用算法

MATLAB Essentials 4

Index of Matlab Essentials Matlab基本语法和数据结构 Matlab常用绘图函数 Matlab符号化系统 Matlab解物理问题的常用算法(本文) Matlab具体应用 疑难问题和感想 数值微分 离散数据微分的计算方式 前差: 𝑓'(x) = (𝑓(𝑥 + h) − 𝑓(𝑥))/h 后差: 𝑓'(x) = (𝑓(...

Matlab符号化系统

MATLAB Essentials 3

Index of Matlab Essentials Matlab基本语法和数据结构 Matlab常用绘图函数 Matlab符号化系统(本文) Matlab解物理问题的常用算法 Matlab具体应用 疑难问题和感想

Matlab常用绘图函数

MATLAB Essentials 2

Index of Matlab Essentials Matlab基本语法和数据结构 Matlab常用绘图函数(本文) Matlab符号化系统 Matlab解物理问题的常用算法 Matlab具体应用 疑难问题和感想 基本概念 Matlab自带画图的工具是基于窗口(figure)和 图像 (axes)的, 在每个窗口(figure)中可以建立 m × n 个 图...

Matlab基本语法和数据结构

MATLAB Essentials 1

Index of Matlab Essentials Matlab基本语法和数据结构(本文) Matlab常用绘图函数 Matlab符号化系统 Matlab解物理问题的常用算法 Matlab具体应用 疑难问题和感想 Matlab矩阵变量 与 Javascript 类似, Matlab 变量使用前不需要声明, 第一次向变量赋值的同时变量就被创建. Matlab ...

ATLAS Lab Monitor System Documentations Archived

A monitoring system developed for long-exposure experiment of the next-gen LHC sensor.

Project Description This project, generally speaking, is intended for monitoring the experiment environment (specifically:temperature and hunidity in a closed environment), and make the envir...

Using MathJax with Jekyll

Using MathJax with Jekyll to render latex coded equations

How to use MathJax is a front-end render engine. To use it, you need to include it in your html page header. The following code shows how to include the source code and followed by some basic conf...

Up and Running!

Powered by Jekyll. Made possible by the amazing opensource community.

From now on I am using Jekyll with GitHub Pages to build my blog site. This blog may include my daily life, research papers and showcases of my personal projects. The blog may use Chinese or Engl...

Markdown cheatsheet

Basic usages of markdown language

This post shows the tricks to format your document by markdown language. It is rendered by Jekyll. Note that the style of each type depends on your css settings, and they will look different from ...