Statistiques
RANG
23 740
of 295 569
RÉPUTATION
1
CONTRIBUTIONS
10 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Splitting into function files
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%...
presque 13 ans il y a | 4 réponses | 0
4
réponsesQuestion
display+string
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); da...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
strings, while loop help
clear; clc; fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); data =...
presque 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 13 ans il y a | 2 réponses | 1
2
réponsesQuestion
String help!?
fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C = CC{1}; fclose(...
presque 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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'); ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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.
presque 13 ans il y a | 2 réponses | 0
2
réponsesIndex exceeds matrix dimensions
Thanks for the advice guys.
environ 13 ans il y a | 0
Question
Index exceeds matrix dimensions
clear clc count_eight=0; clear clc count_eight=0; RandStream.setDefaultStream = (RandStream('mt19937ar...
environ 13 ans il y a | 3 réponses | 0