photo

Chris


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Splitting into function files
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%...

más de 12 años hace | 4 respuestas | 0

4

respuestas

Pregunta


display+string
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); da...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


strings, while loop help
clear; clc; fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); data =...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


String help!?
fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C = CC{1}; fclose(...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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'); ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

más de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
Index exceeds matrix dimensions
Thanks for the advice guys.

casi 13 años hace | 0

Pregunta


Index exceeds matrix dimensions
clear clc count_eight=0; clear clc count_eight=0; RandStream.setDefaultStream = (RandStream('mt19937ar...

casi 13 años hace | 3 respuestas | 0

3

respuestas