for문 오류좀 해결해주세요.

2 次查看(过去 30 天)
junghun kim
junghun kim 2017-11-25
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 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 시작하기 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!