Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
19.122
of 295.527
REPUTACIÓN
2
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
how to label a point on a graph?
for an assignment after plotting a line on a graph ,i have been asked to label two point 'A' and '4'.I couldnt find anything in ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
i have a some problem with the code i wrote for a while loop and cant't figure it out.can someone look at it and tell me where i went wrong?
i have attached a file with the code in it,this is only a small bit of my batlleship game code. i this attached code,i have a m...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to check if two arrays intersect within a matrix?
i have a 10x10 matrix of zeros. three ships called destroyer,aircraft_carrier and cruiser: destroyer=[2,2] %placed eithe...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
help with a matlab code
i have this particular code: Board = zeros(10); ALPHArange = 'A':'J'; Drow = ALPHArange(randi(numel(ALPHArange))); ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to prevent interesection of arrays within a matrix?
sorry the question is a bit abstract .i am making a battleship game on a 10x10 matrix. the user has to type in coordinate in (al...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to avoid intersecting array within a a matlab?
sorry the question is a bit abstract .i am making a battleship game on a 10x10 matrix. the user has to type in coordinate in (al...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to perform matrix manipulation for a game of battle ship?
sorry the question is a bit abstract .i am making a battleship game.on a 10x10 matrix.the user has to type in coordinate in (...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to randomly generate an alphabet within a given range ?
i want to randomly generate an alphabet between a given range,for example a range of A-J,and i want matlab to pick a alphabet be...
casi 11 años hace | 4 respuestas | 1
4
respuestasPregunta
how to add headers to a matrix?
i have a matrix 10x10 of zeros under the name play_space......and i would like to name the rows A-J and columns 1-10,so the when...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
for a battleship program:how to place a ship of given unit length randomly on a matrix of 10x10?
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 destro...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
for a battleship program:how to place a ship of given unit length randomly on a matrix of 10x10?
i have to make a program for the game battleship (computer vs user) and i made a matrix and ships of different unit lengths: ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i place an array a= [2,2,2] randomly (vertically or horizontally) into a matrix b=zeros(10x10) ?
how can i place an array a= [2,2,2] randomly (vertically or horizontally) into a matrix b=zeros(10x10) ?
casi 11 años hace | 1 respuesta | 1