mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
add browser warning
This commit is contained in:
70
static/languages/code_matlab.json
Normal file
70
static/languages/code_matlab.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "code_matlab",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"x",
|
||||
"X",
|
||||
".^",
|
||||
"plot",
|
||||
"plot3",
|
||||
"contour",
|
||||
"contour3",
|
||||
"y",
|
||||
"Y",
|
||||
"function[]",
|
||||
"for",
|
||||
"end",
|
||||
"meshgrid",
|
||||
"a:0.1:b",
|
||||
"sin()",
|
||||
"cosh()",
|
||||
"sinh()",
|
||||
"cos()",
|
||||
"tan()",
|
||||
"log()",
|
||||
"sqrt()",
|
||||
"exp()",
|
||||
"@(x)",
|
||||
"i=0",
|
||||
"i++",
|
||||
"~=",
|
||||
"&&",
|
||||
"==",
|
||||
"linspace",
|
||||
"ans",
|
||||
"pi",
|
||||
"nan",
|
||||
"eps",
|
||||
"real()",
|
||||
"angle()",
|
||||
"ceil",
|
||||
"longspace",
|
||||
"abs",
|
||||
"floor",
|
||||
"hold",
|
||||
"figure",
|
||||
"factorial()",
|
||||
"round()",
|
||||
"surf()",
|
||||
"scatter()",
|
||||
"quiver()",
|
||||
"f(x)",
|
||||
"sign()",
|
||||
"%comment",
|
||||
"else",
|
||||
"curl()",
|
||||
"integral()",
|
||||
"break",
|
||||
"continue",
|
||||
"roots()",
|
||||
"normalize()",
|
||||
"sort()",
|
||||
"table()",
|
||||
"text()",
|
||||
"label()",
|
||||
"zeros()",
|
||||
"ones()",
|
||||
"||"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user