Cellplot with values at each element

I want to plot the cell values in cellplot. previously it was displaying the value. Now the cellplot gives only the structure and not values. What may be the error?

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 8 月 5 日
編集済み: Azzi Abdelmalek 2015 年 8 月 13 日

0 投票

This is my example
a=num2cell(rand(4))
cellplot(a)
Now what is in your example that is not working ?

1 件のコメント

Komal Jadhav
Komal Jadhav 2015 年 8 月 13 日
x=repmat({zeros(1,4)},size(v,1),size(v,1)); cellplot(x)
Where size of v is 6 X 6

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeCell Arrays についてさらに検索

タグ

質問済み:

2015 年 8 月 5 日

編集済み:

2015 年 8 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by