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

조회 수: 3 (최근 30일)
Nick Williams
Nick Williams 2019년 6월 23일
답변: Image Analyst 2019년 6월 23일
I want to declare a cell array of a particular size let's say n .Can anyone tell me how to do it?

채택된 답변

Akshay Malav
Akshay Malav 2019년 6월 23일
This question has been answered before Here.

추가 답변 (1개)

Image Analyst
Image Analyst 2019년 6월 23일
Use cell():
ca = cell(1, n);

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by