Help with splitting data point pairs
Show older comments
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!
Accepted Answer
More Answers (1)
the cyclist
on 28 Apr 2015
0 votes
4 Comments
BaconSwordfish
on 28 Apr 2015
the cyclist
on 28 Apr 2015
Do you have values of x and y? You need to figure out if x and y are positive or negative.
BaconSwordfish
on 28 Apr 2015
the cyclist
on 28 Apr 2015
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!