for문 오류좀 해결해주세요.
2 views (last 30 days)
Show older comments
load('전역이 Lat.mat'); T=7; for i=1:1:13 Latm(i+1)=Lat(i+1)+Lat(i)/2 V(i)=Latm(i+1)-Latm(i) end
이걸로 중간 위치를 정한 다음에 속도를 구하고 싶은데... 어떻게 해야하나요... for문을 처음써보는거라..잘알려주세요 I want to calculate mean of two latitude and get velocity i don`t know for loop :( how can i get velocity?
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!