Bekay.Kang
Followers: 0 Following: 0
Statistics
0 Questions
6 Answers
RANK
2,921
of 295,467
REPUTATION
20
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
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...
8 years ago | 0
| accepted
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...
8 years ago | 0
| accepted
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(...
8 years ago | 0
| accepted
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...
8 years ago | 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(...
8 years ago | 1
How to delete duplicate row? unique is not working?
% here's code! [~,idx]=unique(spBML,'rows') spBML_new=spBML(sort(idx),:) :)
8 years ago | 0
| accepted