Coordinate system in matlab

7 visualizaciones (últimos 30 días)
Ace_ventura
Ace_ventura el 14 de Abr. de 2015
Editada: Michael Haderlein el 14 de Abr. de 2015
Hi Guys. I am creating a building structure.Various coordinates are inputted to define the geometry of the structure. The coordinate system that I have used is different from the default coordinate system of mat lab. So, when I used plot3 command ,I got an absurd geometry. Can I carry on with the analysis? Would it still give me correct results?

Respuestas (1)

Michael Haderlein
Michael Haderlein el 14 de Abr. de 2015
Editada: Michael Haderlein el 14 de Abr. de 2015
Usually there's a way to map one system to another, e.g. to go from a spherical system to a Cartesian, you'll use some (a)tan() and so on. So I suppose there will be a similar transformation for your case.
In any case, plotting is just visualization. So, if you're sure your calculation is correct and visualization is not your primary goal, why should it not be possible to carry on with whatever analysis you mean?
However, visualization is often helpful to find logical errors. For this reason it might be worth to think about the coordinate transformation to get a good visualization done.

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by