Cellplot with values at each element
Show older comments
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)
Azzi Abdelmalek
on 5 Aug 2015
Edited: Azzi Abdelmalek
on 13 Aug 2015
This is my example
a=num2cell(rand(4))
cellplot(a)
Now what is in your example that is not working ?
1 Comment
Komal Jadhav
on 13 Aug 2015
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!