fill edit text value based on some requirement of if

2 vues (au cours des 30 derniers jours)
timothy lienanto
timothy lienanto le 18 Nov 2020
Commenté : Cris LaPierre le 7 Déc 2020
i have a problem when i want try to change the edit field value using if it seem doesnt work.
if bbox==Bug(i)
app.EditField.Value = 'there is a pet';
elseif box==bug(detectedImg)
app.EditField.Value = 'there is a pet';
else
app.EditField.Value = 'there isno pet';
end
end
  3 commentaires
timothy lienanto
timothy lienanto le 19 Nov 2020
They show error that i cant change the edit value. Bbox bug(i) bug detectedImg is a condition that can be met
Cris LaPierre
Cris LaPierre le 7 Déc 2020
Share the complete error message (all the red text)

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by