Why do I receive "Cell contents reference from a non-cell array object." error?
    8 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Why do I receive "Cell contents reference from a non-cell array object." error when I execute this code?
handles.num=1;
handles.den=2;
handles.num{:}
Cell contents reference from a non-cell array object.
0 commentaires
Réponse acceptée
  Jorrit
      
 le 25 Juin 2011
        Try round brackets instead handles.num(:). These ones {} are used for cells.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Line Plots 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!

