photo

Ji Hoon Jeong


Last seen: 9ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
6 回答

File Exchange

1 ファイル

ランク
3,692
of 297,503

評判
14

コントリビューション
1 質問
6 回答

回答採用率
100.0%

獲得投票数
1

ランク
14,703 of 20,449

評判
13

平均評価
1.00

コントリビューション
1 ファイル

ダウンロード
1

ALL TIME ダウンロード
138

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 1
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
I keep on getting 'index exceeds array bounds'
I presume this is your code. i=1; x1(i)=1; x2(i)=1; x3(i)=1; error_x1(i)=999999999999999999999999; whi...

6年以上 前 | 0

回答済み
display excel data in guitable ?
First load the data file (i.e. xls file) And feed it into uitable with name-value pair. [~, ~, raw] = xlsread('Book1.xlsx')...

6年以上 前 | 1

回答済み
Could anyone help me to solve the issue in the command line
for i = [4, 12, 24, 36] feval(symengine,'combinat::bell',i); end Is this what you looking for?

6年以上 前 | 0

| 採用済み

回答済み
Indexing Error in Image Processing
If you are trying to get the location of the pixel where a user clicked, then you better try ginput function. ginput(1) will ...

6年以上 前 | 0

送信済み


plot_scroll
matlab function plot_scroll

6年以上 前 | ダウンロード 1 件 |

1.0 / 5
Thumbnail

回答済み
how to add 2( two) function
Hi vaya putra This error comes out because you are basically adding two "functions". What you want to do is probably adding ...

6年以上 前 | 0

| 採用済み

回答済み
Find the minimum of 3 2d arrays at each position.
Hi Li zifan Your algorithm is fine, but several parts can be fixed to make it much faster. 1. Preallocation is critical I...

6年以上 前 | 0

| 採用済み

質問


Separate Drawing of Gaussian Mixture Model
I have a 1D data which need to be separated by two . So I used fitgmdist(data,2); and got # mu # sigma # com...

約9年 前 | 3 件の回答 | 0

3

回答