This is a simple coordinate conversion application built using Python and Streamlit, that I created for the subject 'Física 1'. It allows users to convert from Cartesian to Polar coordinate systems ...
sph2cartc: For converting polar coordinates into cartesian form. INPUTS: polar coordinates(az, elev, r). OUTPUT: cartesian coordinates(x, y, z) rot_shift_cart.m: For implementing rotation shift of ...