Scalar structure required for this assignment.
270 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
James Tursa
le 2 Juin 2023
Modifié(e) : James Tursa
le 2 Juin 2023
What is the size of D_? Are you trying to add each cell element of D_(:,2) as a struct field in Sis?
Réponse acceptée
Plus de réponses (2)
Voir également
Catégories
En savoir plus sur Structures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!