genetic algorithm- need help
古いコメントを表示
i want to determine the value of constant k1 in the following equation dmc/dt = -k1*mc + coalinput;
i tried implementing using this code: mc(k,1)=mc(k-1,1)+T.*(-k1*mc(k-1,1)+coalinput);
but i dnt get the output. how to determine the value of k1. pls help.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!