Displaying the size of cell array

I Have a database called DB and when I run DB at the command window I get: DB =
Template: {'date' 'name' 'phone number'}
Records: [1x24 struct]
Well, I want it to show only Template = {1x3 cell}. What is the problem?
Thank's!

 채택된 답변

David Sanchez
David Sanchez 2013년 5월 16일

0 개 추천

The number of elements in Template is small enough as to show them all. In case of Records, the numbers of elements is too big as to be displayed: the dimensions are presented instead.

추가 답변 (0개)

카테고리

태그

아직 태그를 입력하지 않았습니다.

질문:

2013년 5월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by