필터 지우기
필터 지우기

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