How to display a lot of text on screen?

3 visualizaciones (últimos 30 días)
Jordan Conoly
Jordan Conoly el 18 de Mzo. de 2016
Comentada: Jordan Conoly el 18 de Mzo. de 2016
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?

Respuesta aceptada

Image Analyst
Image Analyst el 18 de Mzo. de 2016
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 comentario
Jordan Conoly
Jordan Conoly el 18 de Mzo. de 2016
Thanks! winopen() works perfectly for what I need.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Board games en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by