Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

for a battleship program:how to place a ship of given unit length randomly on a matrix of 10x10?

1 view (last 30 days)
i g=have to make a battleship game in matlab using matrices. i made a grid using play_space=zeros(10) i made a ship destroyer=[2,2] i want to place this on he matrix randomly by replacing two of the zeros in the matrix with twos. how do i do it? i am a beginner at this.only started like three weeks ago.so,please explain the answer too...please!thankyou!

Answers (1)

Image Analyst
Image Analyst on 26 Nov 2013
Basically the same process as in my answer to your near-duplicate question http://www.mathworks.com/matlabcentral/answers/107679#answer_116445 which you already accepted (thanks though). Was there something you didn't understand about it? If so, ask back there in that question.

Community Treasure Hunt

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

Start Hunting!