photo

RAKESH REDDY


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
161,846
of 300,765

평판
0

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

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

1

답변