Statistik
RANG
23.740
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Splitting into function files
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%...
etwa 13 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
display+string
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); da...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
strings, while loop help
clear; clc; fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); data =...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
etwa 13 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
String help!?
fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C = CC{1}; fclose(...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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'); ...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Index exceeds matrix dimensions
clear clc count_eight=0; clear clc count_eight=0; RandStream.setDefaultStream = (RandStream('mt19937ar...
mehr als 13 Jahre vor | 3 Antworten | 0