genetic algorithm- need help
Show older comments
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.
Answers (0)
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!