dirkholz/GlobFit

Error in OptimizeNormal (line 93)

Opened this issue · 1 comments

Hi, when I use the command to run the example, it encounters a problem ,the error is that:
` ./bin/gt -i fig9.globfit
Optimize Normal...
Error using fmincon (line 241)
You must provide a non-empty starting point.

Error in OptimizeNormal (line 93)
[outputParameters, exitFittingError, exitFlag] = fmincon(fobj, inputParameters,
[], [], [], [], [], [], fcon, options);

Error using save
Variable 'outputParameters' not found.

Segmentation fault (core dumped)`
So how can I solve this problem?

Covert data from dos to unix using dos2unix