Feeds
질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0

