How to show array text into textbox GUI

12 visualizaciones (últimos 30 días)
Edo Wijaya
Edo Wijaya el 1 de Nov. de 2020
i have build simple application to recognize image with text. I have problem about to show the label into one textbox. This is my code
for k=1:6
subplot(1,10,k);
subImages{k} = imcrop(b,stat2(k).BoundingBox);
output{k} = 'Ha U+A9B2';
End
set(handles.text2,'string',output);
How i can show output in one textbox since my code didn't runing well.

Respuestas (0)

Categorías

Más información sobre Genomics and Next Generation Sequencing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by