photo

Bekay.Kang


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

0 질문
6 답변

순위
3,009
of 300,364

평판
20

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
When I try to 3d plot the code, the plot comes out empty what should I add to fix this problem
To Mohsen Actually, I don't know what exactly you want to do. But There are some problems in your code such as variable dimen...

대략 9년 전 | 0

| 수락됨

답변 있음
3D plot figure in matlab
Hey friend! Look at this <http://kr.mathworks.com/matlabcentral/fileexchange/1017-plotyyy> But Im not sure this code can be e...

대략 9년 전 | 0

| 수락됨

답변 있음
Can anyone debug the following code?
becuase two plots have different y-axis scale! you have to modify y-axis scale! %code figure,hist(K);hold on; pd= fitdist(...

대략 9년 전 | 0

| 수락됨

답변 있음
Scroll bar on App designer
Hope this would be helpful for you! 1) Create a uipanel() on your figure, the size of the viewing area. 2) Create a secon...

대략 9년 전 | 1

답변 있음
In a cell how do I extract a specific range of values from a few columns that have a certain value in another column?
hello mdon. hope this will be helpful for you ! struct_you_want=struct('Name',cell_data(:,1),'Value',cell2mat(cell_data(...

대략 9년 전 | 1

답변 있음
How to delete duplicate row? unique is not working?
% here's code! [~,idx]=unique(spBML,'rows') spBML_new=spBML(sort(idx),:) :)

대략 9년 전 | 0

| 수락됨