【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.1.2.15 NLFitSession::SetParamFix
Contents
Description
To set parameter fixed.
Syntax
bool SetParamFix(int nParam, bool bFixed = true)
Parameters
- nParam
- [input] the index of parameter
- bFixed
- [input] true to set fixed, false to cancel fixed
Return
return ture if set fix successfully, else return false.
Examples
EX1
Please refer to the example in NLFitSession::GetChiSqr
Remark
See Also
Header to Include
Originlab\NLFitSession.h