how assign cellarray to field Struct
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
bb
ans =
  27×1 cell array
    {'On Micro'}
    {'On Micro'}
    {'On Micro'}
    {'On Micro'}
    {'On Micro'}
    {'On Micro'}
i want this:
app.Sis(1).Trading=bb(1);
app.Sis(2).Trading=bb(2);
..
i try this:
K>> app.Sis.Trading=bb
Scalar structure required for this assignment.
K>> [app.Sis.Trading]=bb
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Structures in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!