Skip to content

Commit

Permalink
MATLAB.TtrtnWbgc
Browse files Browse the repository at this point in the history
  • Loading branch information
埃博拉酱 committed Nov 4, 2022
1 parent 30940c9 commit fb1093f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
Binary file added +MATLAB/TtrtnWbgc.mlx
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ end
function A=AngleND(varargin)
%解决内置doc无法正确显示包内类下成员实时函数的问题
function Doc(varargin)
%绘制多条误差阴影线图
function Patches=MultiShadowedLines(Y,ShadowHeights,FaceAlpha,options)
%设置当前图窗的纵横比
function Fig=FigureAspectRatio(HorizontalProportion,VerticalProportion,Scale,options)
%列出指定工程所添加的搜索路径
function ProjectPaths = ListAllProjectPaths(Project)
%绘制多条误差阴影线图
function Patches=MultiShadowedLines(Y,ShadowHeights,FaceAlpha,options)
%在不破坏图连通性的前提下尝试移除节点(Try to remove the node without breaking graph connectivity)
function Graph = TtrtnWbgc(Graph,ToRemove)
```
## +Containers
```MATLAB
Expand Down
28 changes: 28 additions & 0 deletions resources/functionSignatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2293,5 +2293,33 @@
"purpose": "每条线的线型"
}
]
},
"MATLAB.TtrtnWbgc": {
"inputs": [
{
"name": "Graph",
"kind": "required",
"type": [
"graph",
"scalar"
],
"purpose": "要尝试移除的图"
},
{
"name": "ToRemove",
"kind": "required",
"type": [
[
"logical",
"vector"
],
[
"real",
"vector"
]
],
"purpose": "尝试移除的节点"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="design"/>
</Category>
</Info>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="TtrtnWbgc.mlx" type="File"/>

0 comments on commit fb1093f

Please sign in to comment.