Function with cell type input??

조회 수: 2 (최근 30일)
Nikolay Rodionov
Nikolay Rodionov 2012년 12월 22일
Hi all,
Quick question, do matlab functions take in cell type inputs? I wrote a function that is supposed to take in and analyze a cell array of data, but when I executed the main script I got an error saying: "Undefined function 'breakPDB' for input arguments of type 'cell'."

채택된 답변

Image Analyst
Image Analyst 2012년 12월 22일
Quick answer: Yes. You must have done something wrong, such as not having breakPDB on the path or typing it in the wrong case or something. What does "which breakPDB" say?
  댓글 수: 1
Matt Fig
Matt Fig 2012년 12월 22일
iscell({}) % A MATLAB function taking a cell input.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by