フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
michael woodcock
michael woodcock 2020 年 2 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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?

回答 (1 件)

Image Analyst
Image Analyst 2020 年 2 月 10 日
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.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by