photo

Jenny


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
17,718
of 297,527

声誉
2

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
2

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Find non-zero elements in a 3-D matrix
Hi, I have a 3-D matrix containing some non-zero numerical values.I want to find the indices of these non-zero elements. I...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to use random walks in a binary image ?
I have a binary image in which I want to make random walks. The image consists of black and white parts, in which white means ho...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Export plot data in excel
How can I export a bar histogram from Matlab to excel ? I have this one : bar(0:2:max_Diameter,frequency); and I want ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to combine different histograms ?
I have several different histograms and I want to take as a result a final histogram. I am looking for a way to combine the diff...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Unexpected error in a pushbutton function.
I have the following code in a pushbutton function: pixel = uigetfile('*.jpg'); K = imread(pixel); [row col] = s...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with rgb2gray function ?
I've made a GUI with GUIDE which makes a RGB image into binary image. I have the following code in one part of the program : ...

12 years 前 | 3 个回答 | 2

3

个回答

提问


Problem with imhist function ?
I have a GUI made with GUIDE and I want to upload an image and then show a histogram to see the distribution of intensities. I h...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Manage data between different gui's.
How can I send an image ( which is uploaded in a gui_1 ) to a gui_2 and show it there in an axes? I know how to do this with hav...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How can I pass data from one gui to another?
I have a GUI in which there is a pushbutton "next" which takes me to another GUI. What I want to do is by clicking pushbutton "n...

12 years 前 | 2 个回答 | 0

2

个回答