how to solve uitable error?
Mostrar comentarios más antiguos
hi everyone, i am using a gui application and i faced this error about putting data in uitable:
da(1,2)=num2cell(horzcat(num2str(a),'±',num2str(b)));
set(handles.uitable1, 'data', da);
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
can you please help me with that.
thank you
Respuesta aceptada
Más respuestas (1)
Devony Whiting
el 27 de En. de 2020
0 votos
I have a table that has no errors running, but will not display the entire table. I have played around with the dimensions in the code and that does not seem to change the size of the window the tble is in, which is much too small. Is there a way to change this?
Thank you!
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!