photo

Kyungsun Ha


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
185,566
of 300,753

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can I compile exe file in matlab r2017a?
I made a simple GUI program, and I searched how can I compile this to exe file. this is deploy tools opened by >>deploytool (i...

8 years 前 | 1 个回答 | 0

1

个回答

提问


why this GUI error occurs?
I made a simple GUI function, but there are a tiny problem. GUI works, but in command window, *'F1_CreateFcn'은(는) 정의되지 않은 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I read text file in MATLAB? (files include text)
Greetings. Actually, I want to read text file. but, when I write like fopen('pathway\[AM] Ch1 (28-Jun-2017 16-53-20).t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


timer never stop!
function timecount(~) sec=input('얼마나 세야 하는거냐?'); t = timer('TimerFcn', 'stat=false; disp(''땡!'')','StartDelay',sec); ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Can you help me with xlswrite?
>> n=10; for k=1:n; exp_tmp=['DNA',num2str(k),'=randseq(20);']; eval(exp_tmp); xlswrite('C:\Users\BFSL\Desktop\1.x...

9 years 前 | 1 个回答 | 0

1

个回答