Help with splitting data point pairs
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
the cyclist
am 28 Apr. 2015
0 Stimmen
4 Kommentare
BaconSwordfish
am 28 Apr. 2015
the cyclist
am 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
am 28 Apr. 2015
the cyclist
am 28 Apr. 2015
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!