Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

making a multiple choice test with pictures that disappear using the compiler???

1 Ansicht (letzte 30 Tage)
michael woodcock
michael woodcock am 10 Feb. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I am trying to use matlab to compile an exe or other program or code that can do the following
  1. display an image for 10 seconds
  2. ask multiple choice question about said image
  3. store answer and move to next question/picture
  4. contunue until all 20 pictures are gone
is this possible or should I use another alternative?

Antworten (1)

Image Analyst
Image Analyst am 10 Feb. 2020
Of course. In short
Then in the loop
imshow(filename)
pause(10) % Display it for 10 seconds before asking a question about it.
selected(k) = listdlg(........
Let's see your full script if you still can't get it working.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by