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

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?

 Risposta accettata

[r, c, s] = find(data<0);
compose("Row %d column %d contains %g", r, c, s)

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by