how to integrate this function?
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
Torsten
2019 年 8 月 13 日
T = ...;
dt = T/(numel(B)-1);
t = linspace(dt,T-dt,numel(B)-1);
dB = diff(B);
value = trapz(t,dB.^2)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!