フィルターのクリア

optimize time calculations program

3 ビュー (過去 30 日間)
tilfani oussama
tilfani oussama 2018 年 3 月 6 日
コメント済み: Steven Lord 2018 年 3 月 6 日
I have a program, composed on a function and a loop (function enclosed and loop below), which takes a lot fo time to be performed. Can someone help me to optimize calculations time, you find also enclosed the function profiling.
X is a vector column (1:4000)
n=length(X);
for j=1:n-499
[H(j, :), pValue(j, :), Lambda(j, :), Orders(j, :)] = chaostest(X(j :j+499)) ;
end
  1 件のコメント
Steven Lord
Steven Lord 2018 年 3 月 6 日
Please don't start a new discussion that duplicates your earlier question. There are already several comments and a few answers in that question.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by