Help with splitting data point pairs
Mostrar comentarios más antiguos
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!
Respuesta aceptada
Más respuestas (1)
the cyclist
el 28 de Abr. de 2015
0 votos
4 comentarios
BaconSwordfish
el 28 de Abr. de 2015
the cyclist
el 28 de Abr. de 2015
Do you have values of x and y? You need to figure out if x and y are positive or negative.
BaconSwordfish
el 28 de Abr. de 2015
the cyclist
el 28 de Abr. de 2015
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!