photo

Chris


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
1 답변

순위
23,740
of 300,771

평판
1

참여
10 질문
1 답변

답변 채택
100.0%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

대략 14년 전 | 답변 수: 4 | 0

4

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 14년 전 | 답변 수: 2 | 1

2

답변

질문


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

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


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.

대략 14년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Index exceeds matrix dimensions
Thanks for the advice guys.

대략 14년 전 | 0

질문


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

대략 14년 전 | 답변 수: 3 | 0

3

답변