이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Users that often use cat(1,s.field) find annoying that this function generates error if the field is in different orientation (row or column vector). Instead of try ... catch, it's suggested to use transpose_structure(s).
>> s = struct('x',ones(10,1),'y',zeros(5,1));
>> s = transpose_structure(s)
인용 양식
Alex Liberzon (2026). transpose_structure (https://kr.mathworks.com/matlabcentral/fileexchange/40142-transpose_structure), MATLAB Central File Exchange. 검색 날짜: .
