Skip to content

Instantly share code, notes, and snippets.

@MiuKaShi
MiuKaShi / Matlab.m
Last active April 11, 2020 14:27
[Matlab Drawing Code] Matlab相关Code整理 #Matlab
Plot X_y
@MiuKaShi
MiuKaShi / History|-718d81a|2mDw.json
Last active March 1, 2023 10:59
[VScode User Setting] VScode 配置文件 #Vscode
{
"json.maxItemsComputed": 10000,
"workbench.statusBar.visible": true,
"editor.tabCompletion": "on",
// 搜索结果显示在 panel 中
"search.showLineNumbers": true,
// Tabs
"workbench.editor.showTabs": false,
"explorer.confirmDelete": false,
"editor.cursorBlinking": "smooth",