Skip to content

Commit b55c35d

Browse files
revised version of functionSignatures with polarhistogramFS
1 parent 4e027f3 commit b55c35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolbox/graphics/functionSignatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@
834834
[
835835

836836
{"name":"Y", "kind":"required", "type":[["table"], ["timetable"]]},
837-
{"name":"DataVars", "kind":"namevalue", "type":[["choices=tbl.Properties.VariableNames"], ["choices=tbl.Properties.VarNames"], ["logical", "vector"], ["double", "vector", ">0"], ["cellstr"], ["char"]], "purpose":"Table variables for which to compute polarhistograms"},
837+
{"name":"DataVars", "kind":"namevalue", "type":[["choices=Y.Properties.VariableNames"], ["choices=Y.Properties.VarNames"], ["logical", "vector"], ["double", "vector", ">0"], ["cellstr"], ["char"]], "purpose":"Table variables for which to compute polarhistograms"},
838838
{"name":"nbins", "kind":"namevalue", "type":["numeric","vector"], "purpose":"number of bins (scalar) or bin edges (vector)"},
839839
{"name":"groupvars", "kind":"namevalue", "type":[["choices=tbl.Properties.VariableNames"], ["cellstr"], ["vector", "integer", ">0"], ["logical", "vector"], ["char"],["double"]], "purpose":"Grouping variable or [] if there is no grouping variable"},
840840
{"name":"opts", "kind":"properties", "type":"matlab.graphics.chart.primitive.Histogram"}
@@ -852,7 +852,7 @@
852852
[
853853

854854
{"name":"Y", "kind":"required", "type":["double", "2d"]},
855-
{"name":"DataVars", "kind":"namevalue", "type":[["logical", "vector"], ["double", "vector", ">0"]], "purpose":"numners indicating variables for which to compute polarhistograms"},
855+
{"name":"DataVars", "kind":"namevalue", "type":[["logical", "vector"], ["double", "vector", ">0"]], "purpose":"Numbers indicating variables for which to compute polarhistograms"},
856856
{"name":"nbins", "kind":"namevalue", "type":["numeric","vector"], "purpose":"number of bins (scalar) or bin edges (vector)"},
857857
{"name":"groupvars", "kind":"namevalue", "type":[["vector", "integer", ">0"], ["logical", "vector"],["double"]], "purpose":"Grouping variable or [] if there is no grouping variable"},
858858
{"name":"opts", "kind":"properties", "type":"matlab.graphics.chart.primitive.Histogram"}

0 commit comments

Comments
 (0)