When I used "gamfit(data)", it says "X must be non-negative."

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 2 de Dic. de 2022
[r, c, s] = find(data<0);
compose("Row %d column %d contains %g", r, c, s)

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by