Statistica
RANK
23.740
of 295.467
REPUTAZIONE
1
CONTRIBUTI
10 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Splitting into function files
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%...
quasi 13 anni fa | 4 risposte | 0
4
risposteDomanda
display+string
clear clc fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); da...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
strings, while loop help
clear; clc; fid = fopen('hangman.txt','r'); if fid < 0, error('Cannot open file'); end data = textscan(fid,'%s'); data =...
quasi 13 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 13 anni fa | 2 risposte | 1
2
risposteDomanda
String help!?
fid = fopen('hangman.txt', 'r'); if fid < 0, error('Cannot open file.'); end CC = textscan(fid, '%s'); C = CC{1}; fclose(...
quasi 13 anni fa | 2 risposte | 0
2
risposteDomanda
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'); ...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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.
quasi 13 anni fa | 2 risposte | 0
2
risposteDomanda
Index exceeds matrix dimensions
clear clc count_eight=0; clear clc count_eight=0; RandStream.setDefaultStream = (RandStream('mt19937ar...
circa 13 anni fa | 3 risposte | 0