Function with cell type input??

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일

0 개 추천

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?

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by