Community Profile

photo

Martin Juhl


Danmarks Tekniske Universitet

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
'Subscripted assignment between dissimilar structures' thrown on empty struct
One easy hack that works: % cell array of structs list = cell(N,1) for i = 1:N list{i} = struct('field1',1,'f...

10 years ago | 1