Scalar structure required for this assignment.
265 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sis =
1×82 struct array with fields:
Name
dailyprof
cc
gapp
ttrange
Ntradess
>> class(D_(:,2))
ans =
'cell'
>> Sis.On=D_(:,2);
Scalar structure required for this assignment.
hi ..how do I add it as a field?
2 Kommentare
James Tursa
am 2 Jun. 2023
Bearbeitet: James Tursa
am 2 Jun. 2023
What is the size of D_? Are you trying to add each cell element of D_(:,2) as a struct field in Sis?
Akzeptierte Antwort
Weitere Antworten (2)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!