1 Star 9 Fork 3

iam002/MatlabDrawNiceGraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
functionSignatures.json 4.83 KB
一键复制 编辑 原始数据 按行查看 历史
iam002 提交于 2022-10-24 15:03 . 整理注释, 添加函数签名文件
{
"_schemaVersion": "1.0.0",
"mdng.CoorFromAxis2Fig": {
"inputs": [
{
"kind": "required",
"name": "h_axi",
"purpose": "坐标轴句柄",
"type": []
},
{
"kind": "required",
"name": "axiPnt",
"purpose": "点在h_axi上的坐标",
"type": [
"numeric",
"numel=2"
]
}
]
},
"mdng.DrawAxisWithArrow": {
"inputs": [
{
"kind": "required",
"name": "h_axi",
"purpose": "坐标轴句柄",
"type": []
},
{
"kind": "namevalue",
"name": "Color",
"purpose": "坐标轴的颜色",
"type": [
[
"numeric",
"numel=3"
],
[
"char"
]
]
},
{
"kind": "namevalue",
"name": "HeadWidth",
"purpose": "箭头大小",
"type": [
"numeric"
]
},
{
"kind": "namevalue",
"name": "XLabel",
"purpose": "x轴的标签(在箭头上方)",
"type": [
[
"char"
],
[
"string"
]
]
},
{
"kind": "namevalue",
"name": "YLabel",
"purpose": "y轴的标签(在箭头右方)",
"type": [
[
"char"
],
[
"string"
]
]
},
{
"kind": "namevalue",
"name": "Olabel",
"purpose": "原点的标签(两坐标轴交点的左下角)",
"type": [
[
"char"
],
[
"string"
]
]
}
]
},
"mdng.DrawLine": {
"inputs": [
{
"kind": "required",
"name": "h_axi",
"purpose": "坐标轴句柄",
"type": []
},
{
"kind": "required",
"name": "pnt1",
"purpose": "端点1在坐标轴上的坐标",
"type": [
"numeric",
"numel=2"
]
},
{
"kind": "required",
"name": "pnt2",
"purpose": "端点2在坐标轴上的坐标",
"type": [
"numeric",
"numel=2"
]
},
{
"kind": "namevalue",
"name": "Type",
"purpose": "类型,三个可选值:",
"type": [
"char",
"choices={'line', 'arrow', 'doublearrow'}"
]
},
{
"kind": "namevalue",
"name": "Color",
"purpose": "颜色",
"type": [
[
"numeric",
"numel=3"
],
[
"char"
]
]
},
{
"kind": "namevalue",
"name": "LineStyle",
"purpose": "线型",
"type": [
"char",
"choices={'-', '--', ':', '-.', 'none'}"
]
},
{
"kind": "namevalue",
"name": "LineWitdh",
"purpose": "线宽",
"type": [
"numeric"
]
},
{
"kind": "namevalue",
"name": "HeadStyle",
"purpose": "箭头的类型",
"type": [
"char",
"choices={'vback2', 'plain', 'vback1', 'cback1'}"
]
},
{
"kind": "namevalue",
"name": "HeadWidth",
"purpose": "箭头宽度",
"type": [
"numeric"
]
},
{
"kind": "namevalue",
"name": "HeadLength",
"purpose": "箭头长度",
"type": [
"numeric"
]
}
]
},
"mdng.FigPointLabel": {
"inputs": [
{
"kind": "required",
"name": "p",
"purpose": "点在figure上的坐标",
"type": [
"numel=2"
]
},
{
"kind": "required",
"name": "str",
"purpose": "待标注的文本",
"type": [
[
"char"
],
[
"string"
]
]
},
{
"kind": "required",
"name": "loc",
"purpose": "文本相对点的位置, 可选值包括:",
"type": [
"char",
"choices={'north', 'west', 'east', 'south', 'northwest', 'northeast', 'southwest', 'southeast'}"
]
},
{
"kind": "namevalue",
"name": "FigOrAxi",
"purpose": "坐标p是相对图层fig还是坐标轴axi",
"type": [
"char",
"choices={'fig', 'axi'}"
]
},
{
"kind": "namevalue",
"name": "Color",
"purpose": "字体的颜色",
"type": [
[
"numeric"
],
[
"char"
]
]
},
{
"kind": "namevalue",
"name": "FontSize",
"purpose": "字体大小",
"type": [
"numeric"
]
},
{
"kind": "namevalue",
"name": "FontName",
"purpose": "字体",
"type": [
[
"char"
],
[
"string"
]
]
},
{
"kind": "namevalue",
"name": "FontWeight",
"purpose": "字符粗细",
"type": [
"char",
"choices={'normal', 'bold'}"
]
},
{
"kind": "namevalue",
"name": "FontAngle",
"purpose": "字符倾斜",
"type": [
"char",
"choices={'normal', 'italic'}"
]
}
]
},
"mdng.cellToStruct": {
"inputs": [
{
"kind": "required",
"name": "inputCell",
"purpose": "通常为 varargin",
"type": [
"cell"
]
}
]
},
"mdng.structAssign": {
"inputs": [
{
"kind": "required",
"name": "structDst",
"purpose": "目标结构体",
"type": [
"struct"
]
},
{
"kind": "required",
"name": "structSrc",
"purpose": "源结构体",
"type": [
"struct"
]
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/iam002/MatlabDrawNiceGraph.git
git@gitee.com:iam002/MatlabDrawNiceGraph.git
iam002
MatlabDrawNiceGraph
MatlabDrawNiceGraph
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385