Saman - MATLAB Central
photo

Saman


university of twente

2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersFile ExchangeFrom 10/13 to 04/25Use left and right arrows to move selectionFrom 10/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 質問
1 回答

File Exchange

1 ファイル

ランク
6,063
of 298,005

評判
8

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

回答採用率
0.0%

獲得投票数
4

ランク
10,393 of 20,520

評判
56

平均評価
4.00

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

ダウンロード
3

ALL TIME ダウンロード
518

ランク

of 160,151

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


Automatic Histogram-based Fuzzy C-Means (AHFCM) clustering
Automatic Histogram-based Fuzzy C-Means (AHFCM) clustering

約8年 前 | ダウンロード 3 件 |

4.0 / 5

質問


A simple problem in creating graph
when i try to create a graph (with the code below), there is a error ('' Undefined function 'G' for input arguments of type 'cha...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Remove rows or cols whose elements are all NaN
Use this : out = A(:,any(~isnan(A))); % for columns out = A(any(~isnan(A),2),:); %for rows

11年以上 前 | 4