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 Exchange에서 Cell 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