How to display a lot of text on screen?

조회 수: 3 (최근 30일)
Jordan Conoly
Jordan Conoly 2016년 3월 18일
댓글: Jordan Conoly 2016년 3월 18일
Hello,
I am trying to make a game using MATLAB, and I want to be able to display the basic rules and gameplay. It's a decent amount of text, and I feel as if display() and fprint() won't be able to do this much. Whats the easiest way to do this?

채택된 답변

Image Analyst
Image Analyst 2016년 3월 18일
You can just put your instructions/directions/information into a Word document and use winopen() to open it up. Or a simple text file and open it up in Wordpad.
If you want a MATLAB only solution, you can make an edit text box and put it all in there.
  댓글 수: 1
Jordan Conoly
Jordan Conoly 2016년 3월 18일
Thanks! winopen() works perfectly for what I need.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Board games에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by