How do i solve equations for 2 unknowns?
Afficher commentaires plus anciens
I have just started to learn MATLAB. I just need to know how do i code to solve the following 2 equations to find the unknowns co-ordinates (x,y). The equations are as below. V being Velocity. T1,T2 denote time. (X1,Y1), (X2,Y2) indicate 2 known co-ordinates.
V*T1= sqrt((X1- X )^2+(Y1- Y )^2) and V*T2= sqrt((X2- X )^2+(Y2- Y )^2)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!