Displaying the size of cell array

2 visualizaciones (últimos 30 días)
googo
googo el 16 de Mayo de 2013
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!

Respuesta aceptada

David Sanchez
David Sanchez el 16 de Mayo de 2013
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.

Más respuestas (0)

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by