When I used "gamfit(data)", it says "X must be non-negative."
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Chris
le 1 Déc 2022
Réponse apportée : Walter Roberson
le 2 Déc 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 commentaires
Réponse acceptée
Walter Roberson
le 2 Déc 2022
[r, c, s] = find(data<0);
compose("Row %d column %d contains %g", r, c, s)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!