Estadística
CLASIFICACIÓN
23.740
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Splitting into function files
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%...
casi 13 años hace | 4 respuestas | 0
4
respuestasPregunta
display+string
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); da...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
strings, while loop help
clear; clc; fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); data =...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
String and display help
clear all clc fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C ...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
String help!?
fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C = CC{1}; fclose(...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
String function
Trying to get the program to display if the letter is in the word. And word = any word fid = fopen('hangman.txt', 'r'); ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
display help
I'm trying to create a program that plays a hangman game. So, how would I go about replacing the letters in the word with asteri...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Hangman game help
Quick briefing. I'm trying to create a program that will simulate a hangman game. My professor already gave me a list of words ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Random function from a text file?
Basically, I have a text file with a bunch of words on it. I'm not sure how I can use MATLAB to randomly select one word.
casi 13 años hace | 2 respuestas | 0
2
respuestasIndex exceeds matrix dimensions
Thanks for the advice guys.
alrededor de 13 años hace | 0
Pregunta
Index exceeds matrix dimensions
clear clc count_eight=0; clear clc count_eight=0; RandStream.setDefaultStream = (RandStream('mt19937ar...
alrededor de 13 años hace | 3 respuestas | 0