How to do distance formula
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Im trying to find the distance between 2 points on a truss and I have the length and the x and y of the nodes on the truss but what code in matlab would make this work.
0 Commenti
Risposte (1)
  KSSV
      
      
 il 28 Mar 2022
        If(x1,y1) and (X2,y2) are two points. To get the distance use the formula:
d = sqtrt((x2-x1)^2+(y2-y1)^2) ; 
3 Commenti
Vedere anche
Categorie
				Scopri di più su Structural Analysis in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


