Calling function without specifying name
Mostrar comentarios más antiguos
I have an array of images in my GUI and each image have it's function, when it's clicked.
Can I call the function, when I don't specify it's name, but get the name from that array?
For example, I have variables row and coll, row = 1, coll = 2.
I would like to call function Image_2Clicked from knowing, that Image_2 is in row 1, colloumn 2.
Is there any way to do that?
Here is the array of Images:
Thanks in regards for help.
app.allimages = {app.Image app.Image_2 app.Image_3;
app.Image_4 app.Image_5 app.Image_6;
app.Image_7 app.Image_8 app.Image_9}
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Display Image en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!