Kyungsun Ha
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
284,778
of 295,689
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
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
Feeds
Question
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...
7 years ago | 1 answer | 0
1
answerQuestion
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'은(는) 정의되지 않은 ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
timer never stop!
function timecount(~) sec=input('얼마나 세야 하는거냐?'); t = timer('TimerFcn', 'stat=false; disp(''땡!'')','StartDelay',sec); ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0