Borrar filtros
Borrar filtros

fill edit text value based on some requirement of if

1 visualización (últimos 30 días)
timothy lienanto
timothy lienanto el 18 de Nov. de 2020
Comentada: Cris LaPierre el 7 de Dic. de 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 comentarios
timothy lienanto
timothy lienanto el 19 de Nov. de 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 el 7 de Dic. de 2020
Share the complete error message (all the red text)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by