photo

CHOI HYUNDUK


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

20 질문
0 답변

순위
158,090
of 300,900

평판
0

참여
20 질문
0 답변

답변 채택
75.0%

획득한 표
0

순위
 of 21,106

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,578

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to use 'for' in this example?
I have some code for matrix. I want to use 'for' for this matrix. I tried that, but I don't know how to make that. Could you ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to make this figure more simple with 'for'
I made some figure. But I want to make more simple this. But it's hard for me to make that. could you help me? And other probl...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to make this plot with 'for'
Hello. I have a this plot. And I tried to make this with 'for'. But due to 'color option' I don't know how to make simeple thi...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate 'compare' funtion in Matlab
I am studying RMSE and NRMSE according to ' https://en.wikipedia.org/wiki/Root-mean-square_deviation ' , ' https://www.mathworks...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


The marker of scatter is broken when exports
The scatter is broken when exports. How can I fix tihs problem?

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to put the marker size legend in 2D scatter
I want to put the marker size legend in 2D scatter. First, I made for 3D and it works well. And I made for 2D with the alm...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Is minus accuracy possible with 'compare' function?
I used 'compare' function of Matlab to get the accuracy. When the error between measuared data and optimized data is large, the...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to use function in the script of Matlab
I used matlab 2017 of academic version. And I re-installed 2018b. After that, when I run the script code that has a function i...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to control x-axis range
For example, In a plot 'x-axis' has 0 50 100. But I want that it shows 0 20 40 60 80 100. How can I control this range in the ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to draw 3d Line plot
I want to draw this kind of figure. So I made some code like below. time1 and ak1 is '2500x1' vector. and 7 is y axix tha...

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

1

답변

질문


How to ignore value that is in vector when the box plot is used
I calculated the median by box plot. But I want to ignore some data that is in vector array to calculate that. I have a 1x9 ve...

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

1

답변

질문


How to make simpler this at 'if condition'?
There is 'a' vector [6x9]. And I want to define 'ahat' depends on 'ii' value. For example, if ii=3, 'ahat' use a(1,1),a(2,1),a...

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

3

답변

질문


How to make vector increasing same value??
For example, I have a vector [1,2,3,4] But, I want to increase this like [1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4] I tried to if an...

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

1

답변

질문


How to plot this kind of graph with box plot?
I have a question about drawing graph. This one is my graph with box plot. But I want to draw like the examples of be...

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

1

답변

질문


I wonder the way of reading data for some specific order.
for example, i have 36number txt. datas. And I want to read 1,2,5,6,9,10....like this. jumping two things. I used like below. ...

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

1

답변

질문


The problem of initial parameters in Lsqcurvefit
I have a problem in Lsqcurvefit. I am optimizing Boucwen Model with lsqcurvefit. But when it runs with the initial parameters ...

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

1

답변

질문


What is the best way with small error to solve ODE depends on experimental data(numerical data) ??
I got 'displacement and accleration' data from device. And I taked out 'velocity' with kalmanfilter method through those two d...

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

1

답변

질문


ODE45 say ' must return a column vector' with experiment data.
When I use ODE 45 with velocity1 [9000x1] vector , it doesn't work well. So I have a question. I used 'interp1' for chagning...

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

1

답변

질문


ode45 say that return column vector using lsqcurvefit
I made 'lsqcurvefit optimization'. The file name is 'sample'. It works well. And ' (a1 * 2 * f1 * pi * cos(2 * f1 * pi * t...

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

2

답변

질문


Genetic algorithm say 'average change in the fitness value less than options.FunctionTolerance.'
I am studying 'Genetic algorithm'. I made 'y2' for optimizing with this function ' y = 100 * (a^2 - b) ^2 + (1 - a)^2 '. Th...

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

1

답변