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?

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 5 Ago 2015
Modificato: Azzi Abdelmalek il 13 Ago 2015
This is my example
a=num2cell(rand(4))
cellplot(a)
Now what is in your example that is not working ?

1 Commento

x=repmat({zeros(1,4)},size(v,1),size(v,1)); cellplot(x)
Where size of v is 6 X 6

Accedi per commentare.

Categorie

Tag

Richiesto:

il 5 Ago 2015

Modificato:

il 13 Ago 2015

Community Treasure Hunt

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

Start Hunting!

Translated by