Filter löschen
Filter löschen

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

30 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Voss
Voss am 26 Okt. 2022
[struct2.d] = deal(struct1.d)

Weitere Antworten (0)

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by