transform struct into different representation

how do I transform a into b such that
a.x(idx)==b(idx).x
Example
a.x=[1 2]
a.y=[3 4]
into
b(1).x=1
b(2).x=2
b(1).y=3
b(2).y=4
without two forloops?

답변 (0개)

카테고리

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

질문:

2014년 6월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by