Statistics
RANK
23.740
of 295.467
REPUTATION
1
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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,'%...
bijna 13 jaar ago | 4 answers | 0
4
answersQuestion
display+string
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); da...
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
strings, while loop help
clear; clc; fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); data =...
bijna 13 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
bijna 13 jaar ago | 2 answers | 1
2
answersQuestion
String help!?
fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C = CC{1}; fclose(...
bijna 13 jaar ago | 2 answers | 0
2
answersQuestion
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'); ...
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
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.
bijna 13 jaar ago | 2 answers | 0
2
answersQuestion
Index exceeds matrix dimensions
clear clc count_eight=0; clear clc count_eight=0; RandStream.setDefaultStream = (RandStream('mt19937ar...
ongeveer 13 jaar ago | 3 answers | 0