how to suppress errors when try to fit distributions with in a for loop
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello community,
I have like 89,000 different dataset and I have a for loop that fits 14 distributions and writes the details of the distributions for each dataset. All datasets are real positive values. When it tries Rician I got an error message (The parameter S must be a nonnegative finite numeric scalar) and the loop stops. Is there anyway to suppress the error message and keep the loop runs to the end?
Many thanks and regards Nikos
2 comentarios
Respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!