When I used "gamfit(data)", it says "X must be non-negative."
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Chris
el 1 de Dic. de 2022
Respondida: Walter Roberson
el 2 de Dic. de 2022
I have 45000*1 data table and all of values are non negative.
When I used "gamfit(data)", it says "X must be non-negative." Would you help me please?
2 comentarios
Respuesta aceptada
Walter Roberson
el 2 de Dic. de 2022
[r, c, s] = find(data<0);
compose("Row %d column %d contains %g", r, c, s)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!