Ältere Kommentare anzeigen
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)=n+2-index1
Unrecognized function or variable 'F'.
Antworten (1)
madhan ravi
am 3 Jul. 2020
F = ... some values
dt = ...
n = ...
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!