Borrar filtros
Borrar filtros

How to declare a cell array of a particular size n ?

3 visualizaciones (últimos 30 días)
Nick Williams
Nick Williams el 23 de Jun. de 2019
Respondida: Image Analyst el 23 de Jun. de 2019
I want to declare a cell array of a particular size let's say n .Can anyone tell me how to do it?

Respuesta aceptada

Akshay Malav
Akshay Malav el 23 de Jun. de 2019
This question has been answered before Here.

Más respuestas (1)

Image Analyst
Image Analyst el 23 de Jun. de 2019
Use cell():
ca = cell(1, n);

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by