Tagged Questions
0
votes
0answers
10 views
Linear Discriminant Analysis on Histogram Distribution in MATLAB
I have varying distributions of a coefficient and these distributions represent a distinct class, either A or B. Is there a way for me to use LDA to train a set of data of distributions to be able to ...
-2
votes
0answers
38 views
Matlab. A matrix visualization 3d-histogram [closed]
I have a (1372x3) matrix consisting 3 vectors r(1372x1),m(1372x1) and n(1372x1).
these vectors must be arranged in 3D histogram, where a sum of n controls the height.
Vector n consists entirely of 1 ...
1
vote
1answer
33 views
entropy estimation using histogram of normal data vs direct formula (matlab)
Let's assume we have drawn n=10000 samples of the standard normal distribution.
Now I want to calculate its entropy using histograms to calculate the probabilities.
1) calculate probabilities (for ...
0
votes
0answers
21 views
How to plot a histogram for this function [closed]
Actually this question is duplicate of a previous one but not completely.
My question is as follows,
AnchorID=30,SourceID=50 and their average received power is 72.75
AnchorID=50,SourceID=30. and ...
-2
votes
1answer
27 views
Bayes classification in matlab histogram?
I have 2 variable pat and target.Pat variable consist of 2 row and 500 columns.Target variable 1*500.
pat variable contains 500 patterns coded as 2D feature vectors x = [x1 x2]T . The second ...
0
votes
1answer
73 views
Plot a histogram in MatLab
I have one vector(newdata) consisting of 4100 lines and one column. To be exact, those elements are the counts of a spectrum. What I want is to reproduce the spectrum using matlab. That's why I ...
0
votes
0answers
50 views
Adding Gamma noise to an image without using imnoise function in matlab?
I have added 6 different type of noise to an image without using imnoise but still there is one type that i couldn't find anywhere, The Gamma noise!!!
how could i add Gamma noise to an image without ...
1
vote
2answers
89 views
How to use histeq function on color Image?
I have a color image. I need to apply Histogram equalization in that.
If I use it on the following code
im = imread('E:\S1\New\Image1.png');
Test = histeq(im);
I get the following error
Function ...
1
vote
1answer
33 views
Creating a graph with overlapping histograms and saving it to a single file
I am trying to write a Matlab script to analyze two specific sets of data, create histograms for them, and write them to a single file where you can see both histograms overlapped on one plot.
I ...
0
votes
3answers
125 views
Plotting histogram side by side in Matlab
I have two vectors, c and d, whose histogram I need to plot side by side in the same figure in matlab. when i do
hist(c);
hold on;
hist(d)
the scale changes and I cant see the histogram of ...
0
votes
2answers
90 views
Histogram proper fitting
I have got the 10,000 values for my data using Matlab. When I plotted the histogram and fitted it with normal distribution I got the following figure
Is there some mistake in this histogram fitting ...
0
votes
1answer
128 views
Histogram from two vectors in Matlab
Thanks in advance for the help.
I have two sets of parallel vectors:
x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, ...
2
votes
1answer
132 views
Matlab : How to show multiple plots in one single figure with nice navigation like scrolling?
I have a large matrix that I compare each column for dependencies. (70 x 70 matrix)I want to show all the correlation plots to be able to interpret data visually. But it seems that matlab provides me ...
3
votes
2answers
142 views
Optimize a simple function(histogram distance) in Matlab
I profiled my code and found that this particular function is taking too much time.Any suggestions as to how do I improve this code?
function s = compute_distance_hist(h1,h2)
s = ...
0
votes
2answers
74 views
hist with a single value in Matlab
When you use the hist function like this:
[h x] = hist(data, 1000)
works just fine as long as data is longer than one length(data) > 1.
But if it is = 1 then it will do this:
Where the data ...
0
votes
0answers
25 views
How to normalize a histogram and fit to a normal distribution in MATLAB [duplicate]
This post discussed about how to normalize a histogram in MATLAB. I tried it. And Figure1 is got by using "DIVIDE BY SUM", Figure2 used "DIVIDE BY AREA". Obviously, Figure1 is correct!
Then I just ...
0
votes
1answer
62 views
matlab create histogram from the map
I have a map in matlab :
containers.Map handle
Package: containers
Properties:
Count: 3
KeyType: 'char'
ValueType: 'double'
for example:
keys(dict)
ans =
'a' 'b' 'c'
...
0
votes
1answer
87 views
histogram tile values in matlab
I am doing a project on 'moment preserving thresholding'..
in that after doing certain operations we get certain values for p(p0,p1,p2,p3...) and the output(threshold value) is found from the ...
-3
votes
1answer
41 views
getting the value of the i-th tile in the input histogram in matlab [closed]
i am doing a project on moment preserving thresholding..in order to obtain a threshold value we do certain operations and the output(threshold value) is the i-th tile of the input picture histogram. ...
1
vote
3answers
173 views
Three histograms, three different colours, one figure: matlab
I'm trying to plot the frequencies of different colour pixels in an image. I can draw three separate histograms on three separate figures, but I'd like to draw them all on the same figure, with red ...
0
votes
1answer
282 views
Gradient histograms in matlab
I am trying to figure out how to create an array of histogram to compare the magnitude and direction of gradient vectors of an image in matlab. I am to use sobel masks to find the gradients, so far I ...
1
vote
1answer
173 views
Faster way to Extract HOG of image's sliding window in Matlab
I want to extract the HOG of every sliding window of size [wH,wW] of an image I.
Currently what I have is:
windows = im2col(I, [wH,wW]);
for i=1:step:size(windows,2)
sub = ...
2
votes
1answer
708 views
How to show histogram of RGB image in Matlab?
I read an image in matlab using
input = imread ('sample.jpeg');
Then I do
imhist(input);
It gives this error:
??? Error using ==> iptcheckinput
Function IMHIST expected its first input, I ...
1
vote
2answers
262 views
matlab: 2D line plot horizontal lines
This is actually very basic and I've done it before (a long tme ago) but I can't find it now; I have a vector of data points that I want to plot with a line plot; however I want the lines to be ...
-1
votes
2answers
532 views
Matlab Histogram
I have plotted a histogram (say P(r) for some randon numbers) in Matlab . How can I now get the value of P(r) corresponding to a given value of r? I mean I need the bar height corresponding to a given ...
0
votes
1answer
94 views
How to read a histogram [closed]
I have used the following code to plot a histogram of energy values:
>>I=imread('23X41.jpg');
>> I2=rgb2gray(I);
>> fun = @(x) sum(x(:).^2)/sum(x(:)).^2;
>> en= nlfilter(I2,[4 ...
0
votes
2answers
190 views
histogram of a dicom image in matlab
I'm trying to plot a histogram in matlab of a dicom image. This is a medical image format, and the colormap is not the standard [0 255] gray levels. so the imhist is not working for me. any ...
0
votes
0answers
80 views
making a diagonal marginal histogram in matlab?
I'm trying to make a diagonal marginal histogram. I have a scatter plot of (x,y) pairs and I'm comparing two conditions, so I'd like a histogram straddling the unity line (the line with slope 1 that ...
0
votes
0answers
194 views
Adaptive contrast enhancement
i need some help here.. how to create this application using matlab.. image enhancement using adaptive contrast enhancement.. this is the proposed method that i will follow..
The proposed method ...
3
votes
2answers
70 views
Is there a correct way of taking a histogram of ratios?
My problem is as follows; I have two vectors u and v. I have computed a table of cross-ratios like so:
[ u1/v1, u1/v2, u1/v3, u1/v4, ... ]
[ u2/v1, u2/v2, u1/v3, u2/v4, ... ]
[ u3/v1, u3/v2, u1/v3, ...
0
votes
0answers
83 views
Full range of values on x-axis - matlab
I'm trying to check the full range of values on the x-axis of a histogram, especially while I expected the full range to be [0, 255], when I used the following command for the histogram [h, bins] = ...
0
votes
1answer
101 views
Error in using “histc” - matlab
I already have a histogram, and would like to use histc instead of hist as the later gives me the center values of the bins.
When I run the following command:
>> [h, bins] = histc(H)
I get ...
0
votes
1answer
73 views
Full range of values - matlab
I have got the following results after using [h, bins] = hist(H) in matlab:
h =
221 20 6 4 1 1 2 0 0 1
bins =
Columns 1 through 7
8.2500 24.7500 ...
0
votes
1answer
371 views
Understanding Histogram in Matlab
I got the following results after applying:[h,bins]=hist(data), such that, the data will contain the LBP (Local Binary Pattern) values.
h =
221 20 6 4 1 1 2 0 0 ...
1
vote
1answer
146 views
Using histogram equalization for 3 regions in histogram
I'm trying to develop an application that will stretching the histogram for each region..
In one picture, the histogram will be divided into 3 region which are dark, mid and bright region.
the range ...
-1
votes
2answers
546 views
compare two images by histogram and plotting in one figure [closed]
I want to compare two brain image using histogram an plot them or make two graph in one figure. How can i do that? I can make two histogram in two different figure but can not plot them in one as i am ...
5
votes
2answers
394 views
Matlab: Colour grade a Constellation Diagram
I am using Matlab. I have a large column vector consisting of complex values. e.g.
data=[
-0.4447 + 0.6263i
0.3114 + 0.8654i
0.7201 + 0.6808i
0.7566 + 0.8177i
-0.7532 ...
0
votes
2answers
814 views
Relative Frequency Histograms and Probability Density Functions
The function called DicePlot simulates rolling 10 dice 5000 times.
The function calculates the sum of values of the 10 dice of each roll, which will be a 1 ⇥ 5000 vector, and plot relative frequency ...
-1
votes
1answer
684 views
Matlab - [h,bins]=hist(data)
I have the histogram shown below:
In order to get the image data, I used this matlab command: [h,bins]=hist(data)
The output that I got was as follows:
h =
221 20 6 4 1 1 ...
0
votes
1answer
192 views
How to create a histogram for my dice function?
I created a dice function but i don't know how to create a histogram for it. Each bin in the histogram should represent a possible value of for the sum of the dice. For example, for NumDice = 1, the ...
0
votes
1answer
1k views
How to plot a probability density function on a histogram?
My function called DicePlot, simulates rolling 10 dice 5000 times. In the function, it calculates the sum of values of the 10 dice of each roll, which will be a 1 × 5000 vector, and plot relative ...
1
vote
3answers
177 views
Finding the belonging value of given point on a grid of 3D histogram?
I use 2D dataset like below,
37.0235000000000 18.4548000000000
28.4454000000000 15.7814000000000
34.6958000000000 20.9239000000000
26.0374000000000 17.1070000000000
27.1619000000000 ...
0
votes
1answer
254 views
Levy Flight Distribution Histogram Matlab
I have been looking around for a while on fitting Levy Distributions to a histogram to no avail. I am hoping to test out how a Levy Flight distribution would look on the data regardless of whether it ...
0
votes
1answer
231 views
How can I find the value of the histogram?
I use matlab GUI. This is my code:
data = guidata(gcbo);
for i = 1:5
citra3{i} = imread(['D:\,,TA,,\Skripsi Saya\Minggu, 6 Mei 2012\Tugas_Akhir1\Pelatihan\temulawak\' num2str(i) '.jpg']);
...
0
votes
2answers
2k views
Matlab - Local Histogram Equalization
first of all I'm new at matlab, so if my question is easy sorry for that. And deeply searched on internet but can't find an answer.
I'm trying to do local histogram equalization. I did global ...
-1
votes
1answer
108 views
Analyzing a histogram [closed]
I have a histogram with the horizontal values ranging from (0-255), and the vertical values ranging from (0-200), which represents the time of occurrence of value in the horizontal axis. Sinze I have ...
4
votes
1answer
292 views
Matlab Histogram of randomly spread data
I am a newbie to matlab and I already search a whole bunch of different sites but I didn't quite find a solution (at least an understandable one).
I have a matrix 290x233 with double values ranging ...
2
votes
1answer
288 views
Calculating the histogram of a matrix without using a for loop in matlab
i have an image which i have read in and its pixel values are stored in a matrix. I am trying to get a frequency table for the matrix of which i intend to plot a histogram. I am trying to do this ...
1
vote
1answer
229 views
Calculate histogram with minVal and maxVal thresholds
In matlab:
I have an RGB image 'img'.
if I write :
tmpImg=imhist(img);
I get the histogram of the whole image.
I want to calculate the histogram of pixels between 'minVal' and 'maxVal'.
How do I ...
3
votes
2answers
1k views
MATLAB - Histogram Matching of Two Images
I need to write a function which will match the histogram of image2 to the image that will be remapped, let's call it image1. But I am not allowed to use histeq. Could you please help me with the ...

