Statistics
RANK
242,589
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
4 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Get string value from GUI listbox
After reading a little bit more about listboxes I know what the problem is. When you do ListBoxCheck = get(handles.listbox1,'...
6 years ago | 0
| accepted
Question
Edit main file (questdlg) - export compiler
Hello all, I have a simple question. I am using questdlg and msgbox to gather user input. When I compile my project using MAT...
9 years ago | 1 answer | 0
1
answerQuestion
xlwrite not writing when complied using Application Compiler
javaaddpath('jxl.jar'); javaaddpath('MXL.jar'); import mymxl.*; import jxl.*; filename = 'Test.xls'; ...
9 years ago | 2 answers | 0
2
answersQuestion
Place one image on a blank image but several times i.e (passport style)
I have an image variable 'AdjustedImage' and a blank paper created in Photoshop (3000x2000 px) read into MATLAB as 'BPaper'. ...
9 years ago | 4 answers | 0
4
answersGet string value from GUI listbox
I have almost come to the end of my code! I now need to save the image. I have two global variables (AdjustedImage and BlankPape...
9 years ago | 0
Question
Resize using GUI(Axis) not correct type...
I have a GUI, where the image is loaded in and displayed in an axis. I need to resize the image (handles.axes1) using the input ...
10 years ago | 1 answer | 0
1
answerCrop image from an axes used in a GUI
listBoxStrings = get(handles.listbox1,'String'); ListBoxValue = get(handles.listbox1,'Value'); if(find(strcmp(listBoxStr...
10 years ago | 0
Question
Crop image from an axes used in a GUI
listBoxStrings = get(handles.listbox1,'String'); ListBoxValue = get(handles.listbox1,'Value'); if(find(strcmp(listBoxStr...
10 years ago | 1 answer | 0
1
answerGet string value from GUI listbox
No errors, but with the code you have supplied it doesn't update the text box. I have edited the tag since last time and updated...
10 years ago | 0
Question
Get string value from GUI listbox
I have created a GUI and selected the listbox to list lots of countries. <</matlabcentral/answers/uploaded_files/25486/Scree...
10 years ago | 5 answers | 0