-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctionSignatures.json
127 lines (127 loc) · 4.22 KB
/
functionSignatures.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"CircHist": {
"inputs":
[{
"name": "data",
"kind": "required",
"type": ["numeric"],
"purpose": "Angular data in degrees"
}, {
"name": "edges",
"kind": "ordered",
"type": ["numeric"],
"purpose": "Histogram edges or number of bins"
}, {
"name": "dataType",
"kind": "namevalue",
"type": ["char", "choices={'distribution','histogram'}"],
"purpose": "Input-data are distributions of angles or already-binned histogram-values"
}, {
"name": "histType",
"kind": "namevalue",
"type": ["char", "choices={'count','frequency'}"],
"purpose": ""
}, {
"name": "binSizeSec",
"kind": "namevalue",
"type": ["numeric", "scalar", "positive"],
"purpose": ""
}, {
"name": "areAxialData",
"kind": "namevalue",
"type": [["logical", "scalar"], ["numeric", "scalar"]],
"purpose": "Specify whether input-data are axial or circular"
}, {
"name": "pointReflectAxialData",
"kind": "namevalue",
"type": [["logical", "scalar"], ["numeric", "scalar"]],
"purpose": "Specify whether the histogram bars are point-reflected"
}, {
"name": "scaleBarSide",
"kind": "namevalue",
"type": ["char", "choices={'left', 'right'}"],
"purpose": "Specify side of rho-axis scale bar"
}, {
"name": "drawAvgAng",
"kind": "namevalue",
"type": [["logical", "scalar"], ["numeric", "scalar"]],
"purpose": "Specify whether average-angle should be graphically included"
}, {
"name": "avgAng",
"kind": "namevalue",
"type": ["numeric", "scalar"],
"purpose": "Numeric value (degree) of average angle"
}, {
"name": "drawAvgAngCi",
"kind": "namevalue",
"type": [["logical", "scalar"], ["numeric", "scalar"]],
"purpose": "Specify whether 95 % confidence interval of average-angle should be graphically included"
}, {
"name": "avgAngCi",
"kind": "namevalue",
"type": ["numeric", "scalar", "positive"],
"purpose": "Numeric value (degree) of 95 % confidence interval (AVGANG +/- AVGANGCI)"
}, {
"name": "drawR",
"kind": "namevalue",
"type": [["logical", "scalar"], ["numeric", "scalar"]],
"purpose": "Specify whether resultant vector length should be graphically included"
}, {
"name": "r",
"kind": "namevalue",
"type": ["numeric", "scalar", ">=0", "<=1"],
"purpose": "Numeric value of resultant vector length (between 0 and 1)"
}, {
"name": "baseLineOffset",
"kind": "namevalue",
"type": ["numeric", "scalar"],
"purpose": "Offset size (distance between plot center and histogram baseline) in percent of the rho-axis range"
}, {
"name": "adjustSlope",
"kind": "namevalue",
"type": ["numeric", "scalar"],
"purpose": ""
}, {
"name": "barWidth",
"kind": "namevalue",
"type": ["numeric", "scalar"],
"purpose": "Width of histogram bars in points"
}, {
"name": "parent",
"kind": "namevalue",
"type": ["scalar", "matlab.graphics.axis.PolarAxes"],
"purpose": "Axes handle to plot diagram into"
}, {
"name": "ax",
"kind": "namevalue",
"type": ["scalar", "matlab.graphics.axis.PolarAxes"],
"purpose": "Axes handle to plot diagram into"
}, {
"name": "colorBar",
"kind": "namevalue",
"type": [["numeric", "vector", "numel=3", "positive"], ["scalar", "char", "choices={'r','g','b','y','m','c','w','k'}"]],
"purpose": "Color of bars"
}, {
"name": "colorStd",
"kind": "namevalue",
"type": [["numeric", "vector", "numel=3", "positive"], ["scalar", "char", "choices={'r','g','b','y','m','c','w','k'}"]],
"purpose": "Color of standard-deviation lines"
}, {
"name": "colorAvgAng",
"kind": "namevalue",
"type": [["numeric", "vector", "numel=3", "positive"], ["scalar", "char", "choices={'r','g','b','y','m','c','w','k'}"]],
"purpose": "Color of average-angle lines"
}, {
"name": "colorR",
"kind": "namevalue",
"type": [["numeric", "vector", "numel=3", "positive"], ["scalar", "char", "choices={'r','g','b','y','m','c','w','k'}"]],
"purpose": "Color of resultant-vector-length lines"
}, {
"name": "fontSize",
"kind": "namevalue",
"type": ["numeric", "scalar", "positive"],
"purpose": "Font size of axis labels"
}
]
}
}