isstruct
입력값이 구조체형 배열인지 확인
설명
예제
입력값이 구조체형 배열인지 확인하기
구조체형 배열을 만듭니다.
S = struct("a",[1;2;3],"b",ones(3),"c",magic(3))
S = struct with fields:
a: [3x1 double]
b: [3x3 double]
c: [3x3 double]
S
가 구조체형 배열인지 확인합니다.
tf = isstruct(S)
tf = logical
1
구조체형 배열을 테이블로 변환합니다.
T = struct2table(S)
T=3×3 table
a b c
_ ___________ ___________
1 1 1 1 8 1 6
2 1 1 1 3 5 7
3 1 1 1 4 9 2
T
가 구조체형 배열이 아닌지 확인합니다.
tf = isstruct(T)
tf = logical
0
입력 인수
A
— 입력 배열
스칼라 | 벡터 | 행렬 | 다차원 배열
입력 배열로, 모든 데이터형의 스칼라, 벡터, 행렬, 다차원 배열 중 하나로 지정됩니다.
확장 기능
C/C++ 코드 생성
MATLAB® Coder™를 사용하여 C 코드나 C++ 코드를 생성할 수 있습니다.
스레드 기반 환경
MATLAB®의 backgroundPool
을 사용해 백그라운드에서 코드를 실행하거나 Parallel Computing Toolbox™의 ThreadPool
을 사용해 코드 실행 속도를 높일 수 있습니다.
이 함수는 스레드 기반 환경을 완전히 지원합니다. 자세한 내용은 스레드 기반 환경에서 MATLAB 함수 실행하기 항목을 참조하십시오.
버전 내역
R2006a 이전에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)