photo

RAKESH REDDY


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
161,857
of 300,956

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,124

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,015

贡献数
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...

8 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 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 years 前 | 1 个回答 | 0

1

个回答