Help with splitting data point pairs
이전 댓글 표시
So I was tasked with defining my x and y with x= rcos(theta) and y=rsin(theta). Both r and theta are data arrays. My next step is to do the following: Utilize conditional statement(s) in order to split data point pairs into separate arrays depending on which quadrant they would fall into if plotted “y versus x”
I am unsure exactly what this is asking me to do and unsure how to go about it. Thank you!
채택된 답변
추가 답변 (1개)
the cyclist
2015년 4월 28일
0 개 추천
댓글 수: 4
BaconSwordfish
2015년 4월 28일
the cyclist
2015년 4월 28일
Do you have values of x and y? You need to figure out if x and y are positive or negative.
BaconSwordfish
2015년 4월 28일
the cyclist
2015년 4월 28일
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!