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!