Bekay.Kang
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
6 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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年 前 | 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...
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年以上 前 | 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(...
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年以上 前 | 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...
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年以上 前 | 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(...
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年以上 前 | 1
回答済み
How to delete duplicate row? unique is not working?
% here's code! [~,idx]=unique(spBML,'rows') spBML_new=spBML(sort(idx),:) :)
How to delete duplicate row? unique is not working?
% here's code! [~,idx]=unique(spBML,'rows') spBML_new=spBML(sort(idx),:) :)
8年以上 前 | 0
| 採用済み