Imagine a vector of g = (5 6 3 7 5 4 4 9 8 5 7 8 9 9 5 4 6 8 8 7 6 7 7 7 8 8). And am asked to find the number of data greater than 5. How will I do this. Part b. How will

1 次查看(过去 30 天)
Imagine a vector of g = (5 6 3 7 5 4 4 9 8 5 7 8 9 9 5 4 6 8 8 7 6 7 7 7 8 8). And am asked to find the number of data greater than 5. How will I do this. Part b. How will I plot a pie chart of this over 100perc3nt

回答(1 个)

KSSV
KSSV 2021-11-29
  1. Read about logicals
  2. Read about indexing
  3. Read about >, <. >=, <= i.e. operators
  4. Read about pie
  5 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Pie Charts 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by