Statistics
7 Questions
0 Answers
RANK
161,846
of 300,765
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 21,084
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,941
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to add a new name without erasing the previous one in text file using gui?
I have pushbutton. Whenever I click on that it should create a text file with newName given below. If I click on it again it sho...
7 years ago | 0 answers | 0
0
answersQuestion
Shift left and replace the LSB bit?
I want to replace the LSB bit with logical 1 or 0. I have 10/8 array. It is replacing the LSB bit only for the first row. But fo...
8 years ago | 1 answer | 0
1
answerQuestion
How to shift left a char array?
I have 01111111 array. Now I want to left shift this array by 1 bit and it should delete the shifted MSB bit and should generat...
8 years ago | 1 answer | 0
1
answerQuestion
How to get current status of the process in the edit box in gui matlab?
I have an existing code. Let it be c1.m. Now I have created a gui(c2.m ,c2.fig) for the user. I put an edit box for the current ...
8 years ago | 1 answer | 0
1
answerQuestion
How to access a variable of one callback function in another function in gui?
I have browsed an image using a pushbutton and stored it in a variable(let it be 'sm'). Now I want this image('sm') in callback ...
8 years ago | 0 answers | 0
0
answersQuestion
I have an existing code. Now I should run this code only after pressing RUN button(created one like pushbutton) in GUI. How can I add that code to this RUN button?
If I press RUN button in the GUI, the actual process should start.
8 years ago | 0 answers | 0
0
answersQuestion
Iam browsing images from a folder using GUI Matlab. Now I want create a next button so that i can obtain all pics by pressing next. How can I do that?
The code I used for browsing was [filename,pathname]=uigetfile({'*.jpg';'*.png';'*.tif'},'File selector'); image=strcat(...
8 years ago | 1 answer | 0

