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 件)

カテゴリ

タグ

質問済み:

2012 年 8 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by