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?

Answers (1)

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

1 Comment

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

Sign in to comment.

Categories

Tags

Asked:

on 5 Aug 2015

Edited:

on 13 Aug 2015

Community Treasure Hunt

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

Start Hunting!