"Scalar structure required for this assignment" error when adding struct into existing struct.

37 次查看(过去 30 天)
I am having troubles adding 102 length struct consisting of 1x28 numeric cells:
into existing 102 length struct2:
so struct2 would consist of four fields: a,b,c,d.
But struct2.d = struct1.d is giving "Scalar structure required for this assignment." error.

采纳的回答

Voss
Voss 2022-10-26
[struct2.d] = deal(struct1.d)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by