mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-16 15:02:50 +00:00
71 lines
928 B
JSON
71 lines
928 B
JSON
{
|
|
"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()",
|
|
"||"
|
|
]
|
|
}
|