Editbox not showing output
2 views (last 30 days)
Show older comments
I tried using following command but editbox is not showing any output.
op = char(g)'
set(edit6,'visible','on','string',op,'position',[1055 100 200 100],'horizontalalignment','left');
0 Comments
Answers (2)
Image Analyst
on 20 Apr 2014
Is there any error message? How did you create the edit box: with GUIDE, or by yourself with uicontrol()? If using GUIDE, use handles.edit6 instead of edit6.
What is the 'units' property of your control? Is it pixels? It probably better be or else putting the left edge at 1055 will be off screen for most of the other options, like 'normalized'.
0 Comments
See Also
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!