필터 지우기
필터 지우기

Can someone give me a quick project to write?

조회 수: 3 (최근 30일)
Jack
Jack 2014년 7월 7일
답변: Image Analyst 2014년 7월 7일
I am eager to improve using Matlab so im trying to complete a couple of quick projects. Has anyone got any ideas for an (easy) project, eg like a game or simple data analysis, for me to complete within 30 minutes or so. Thanks,

채택된 답변

Jos (10584)
Jos (10584) 2014년 7월 7일
Programming these games will learn you about flow control, contingencies, matrices, graphics, input validation, etc: (in order of difficulty).
  • naughts-and-crosses (tic-tac-toe)
  • connect-four
  • minesweeper
  • battleship
  • mazes
  • 2048
Hint: start with most simple version of a game (e.g., battleship with one ship; 2048 where the user can only move upwards).
  댓글 수: 2
Jos (10584)
Jos (10584) 2014년 7월 7일
Oh, programming these games take over 30 minutes ...
Jack
Jack 2014년 7월 7일
Thanks

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

추가 답변 (1개)

Image Analyst
Image Analyst 2014년 7월 7일
How about a Monte Carlo simulation, like the Monty Hall Problem. I have a program for that if you want to compare yours to it.

카테고리

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