coder.ArrayType 클래스
네임스페이스: coder
슈퍼클래스: coder.Type
입력 사양에 허용되는 MATLAB 배열 집합 표현
설명
coder.ArrayType 클래스의 객체는 생성 코드가 허용하는 배열 유형을 지정합니다. 이 클래스의 객체는 fiaccel 함수의 -args 옵션에만 사용하십시오. 생성된 MEX 함수에 대한 입력값으로 전달하지 마십시오.
생성
참고
코더 유형 편집기를 사용하여 대화형 방식으로 coder.Type 객체를 생성하고 편집할 수 있습니다. Create and Edit Input Types by Using the Coder Type Editor 항목을 참조하십시오.
coder.ArrayType은 추상 클래스입니다. 이 클래스의 인스턴스는 직접 생성할 수 없습니다. 이 클래스에서 파생되는 coder.EnumType 객체, coder.FiType 객체, coder.PrimitiveType 객체, coder.StructType 객체를 생성할 수 있습니다.
속성
버전 내역
R2011a에 개발됨
참고 항목
coder.ClassType (MATLAB Coder) | coder.Type | coder.EnumType | coder.FiType | coder.PrimitiveType | coder.StructType | coder.CellType | coder.newtype | coder.typeof | coder.resize | fiaccel