fitting function as a sum of different contributions
1 次查看(过去 30 天)
显示 更早的评论
Hello, I'm fitting my experimental data with a function that can include several terms, each dependant on several parameters, lets say F([a1,a2,...,an],x)= F1([a1,a2,a3],x) + F2([a4,a5],x) + ... Fi([an-1,an],x) Sometimes I can neglect one of the terms, sometimes I can neglect another one, sometimes several of them. I'm making a gui to make the fitting procedure as convenient as possible and I'd like to have e.g. tick boxes referring to each of the terms that can be checked or unchecked, depending on what one wants to be included in F. Of course, I can manually write many combinations of fitting functions and corresponding inputs and outputs, but I'm sure there is an easier way to make an instruction "if tick 1 is checked include term1 in F" I'd appreciate any suggestions
1 个评论
Joshua
2017-3-27
编辑:Geoff Hayes
2017-3-28
The answer on this thread should help: https://www.mathworks.com/matlabcentral/answers/13351-dialog-with-checkboxes-in-gui
回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!