Why sometimes the categorical come back to their original value in the table app designer?
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
I'm using a categorical value, first is calculated and expressed as A,B,C,D,E but when I want to change to do a recalculation sometimes come back to the previous value, and sometimes allow me to edit it
 app.T1.Data.extent = categorical(cellstr(app.T1.Data.extent), {'A', 'B', 'C', 'D', 'E'});
in the recalculation I'm talking the value as follow
         T1_1 = app.T1.Data;
sometimes allow me to change it, and sometimes not, show I created a callback for all the tables? My recalculation call a function and I tought it won't be necesarry to do so
 
     
0 个评论
回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
