Info

此问题已关闭。 请重新打开它进行编辑或回答。

fminsearch. How does the first variable works?

2 次查看(过去 30 天)
[IC,SurfaceValues,exitFlag]=fminsearch(@integratePlanetODEs,IC,[],extPar);
This is a line of a code and IC could supposedly vary from -inf to +inf but I changed the scale so it varies from 0 to 1. I'm the one who choose the first value for IC and then the program will vary IC so the min value will be searched. But IC vary just a little bit. Example IC = 0.5 and then its variation is only 0.49999 to 0.56999 that's so small. I need IC to vary more because I have a value attached to IC. So whenever IC vary this other value varies too so I have different outcomes and it's supposed to get the smallest one. So how does IC vary? that's my question. what are the rules that rules its variation?
Thank you all

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by