index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)=n+2-index1
Unrecognized function or variable 'F'.

답변 (1개)

madhan ravi
madhan ravi 2020년 7월 3일

0 개 추천

F = ... some values
dt = ...
n = ...
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2020년 7월 3일

답변:

2020년 7월 3일

Community Treasure Hunt

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

Start Hunting!