photo

EUNHEI KIM


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
114,666
of 300,292

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,908

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,999

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答