2.2.1.2.15 NLFitSession::SetParamFix
SetParamFix
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
SetParamShare
Header to Include
Originlab\NLFitSession.h