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!