Borrar filtros
Borrar filtros

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

39 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Voss
Voss el 26 de Oct. de 2022
[struct2.d] = deal(struct1.d)

Más respuestas (0)

Categorías

Más información sobre Structures en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by