photo

EUNHEI KIM


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
156,683
of 300,343

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Psychtoolbox / Matalb : To click the mouse several times
I know how to make Filoval appear. Just focus on the mouse problem. If 4 'Filloval' appear, you must select all 4 ovals. If 1 ...

5 years ago | 0 answers | 0

0

answers

Question


I want to create a code that tells me the location of the number I entered whenever the function varies from trial to trial.
a = randperm(5); b = [1 2 3 4 5]; matrix = b(a) number = input('Please enter a number'); number = position % A code that tel...

5 years ago | 1 answer | 0

1

answer

Question


How do you keep the sound going? help me please
I saved this code in a script f = 770; fs = 24000; t = 0:1/fs:3; sori = sin(2*pi*f*t); sound(sori,fs); i = input('Please ...

5 years ago | 1 answer | 0

1

answer

Question


Is there an error in the code?
Day = [19980101]; [DayNumer,Dayname] = weekday(Day,DayForm); if DayNumber == 7 disp('Take a rest today.') end ...

5 years ago | 1 answer | 0

1

answer

Question


How do you order the results of the combination?
I changed 14 letters to cell type first. Then, using a combination (C) of 14 cell types, we got 364 results. (14C3) EX> abc...

6 years ago | 1 answer | 0

1

answer