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

2 vues (au cours des 30 derniers jours)
Nick Williams
Nick Williams le 23 Juin 2019
I want to declare a cell array of a particular size let's say n .Can anyone tell me how to do it?

Réponse acceptée

Akshay Malav
Akshay Malav le 23 Juin 2019
This question has been answered before Here.

Plus de réponses (1)

Image Analyst
Image Analyst le 23 Juin 2019
Use cell():
ca = cell(1, n);

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by