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...
11 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 ...
11 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