Community Profile

photo

Kash022


Last seen: más de 3 años hace Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Ezplot using Functions for PDF plotting
Hello, I am trying to ezplot a GMM model which I have made. mu = mean(score,2); % score is a 2500x10 double cov_sigma = co...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Converint between Cell arrays and Numbers and Strings
Hello, I am trying to convert a double cell array as shown to individual 8 bit cells. (I hope I have been able to frame the que...

más de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Too many plots..too little time!!
Could anyone please explain the difference between/ when to use hist,histc, histfit,bar,barh, normplot? Suppose I have a n x 1 d...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Generating input binary sequences in an order
Hi, I have a binary sequence for a 3-bit input which goes like 0-0,0-1,...0-7 (say for a single circuit). I want to iterate ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Histogram and Gaussian curve showing Mean and 1-sigma
Hi All, I have a histogram over which I want to plot a gaussian curve and show the mean and 1-sigma deviation. I have tried u...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Extrapolation to reach certain value
I have a set of points, 4 values as follows. matrix_snr = [2.29e5 1.46e5 1.68e4 2.51e5]; avg_snr = mean(matrix_snr); ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Negative values in lognormal distribution (lognfit)
I have a 1 x 4000 vector which also contains some negative values. The shape seems to resemble a log normal distribution but the...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Distribution from a Histogram
Hi All, I have the following histogram which has been generated from my data. But I am unable to fix this to a distribution; ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Chi-square distribution plot
Hi All, I want to plot the chi square distribution which I have computed. I have the below code which returns me the paramete...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Generate a matrix from linearly spaced vector
Hello, I have the following line of code which generates a linearly spaced vector. How do I change it to a matrix of size m-b...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Overlapping of vectors in matrix
c = zeros(16,1); d= zeros(16,1); for i = 1:16; [c(i) d(i)] = max(your_matrix(:,i,b)); end max(d);

alrededor de 7 años hace | 0

| aceptada

Pregunta


Error/1-sigma on 3-D Gaussian plots
Hi, I have a 3-D plot as shown. Now for each point, I want to approximate is as a gaussian with a mean (which I assume will b...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Overlapping of vectors in matrix
Hi All, I have a 16x16x1 matrix, _randomizations_ x _no_of_inputs_ x _single_point_of_interest_. I have to plot like the samp...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding maximum overlaps in a matrix
Hi All, I have an input matrix as shown. How do I calculate for which values the maximum overlap occurs? i.e, as you can see ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Truncating a 3-d matrix into 2-d
Hi All, I have a matrix X=16x16x4000 I want to truncate it (and delete the 4000 entirely) and make it to just 16x16....

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Randperm for decimals/below 1
I need to generate 16 unique random numbers between 0 and 1.3. However, randperm does not allow me to go below 1 nor does it all...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Generate samples from a normal distribution
Hello, I have a Gaussian mixture distribution which looks as attached. I now want to sample and generate 1000 samples from th...

más de 7 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Convert contents of array into index
Hello, I have an array. 1x3127 double which contains the indexes of another array. I want to use those index values to index ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting gaussian on histograms
I have a hist distribution as shown. I now want to plot gaussians on top of this proportional to the number of occurences as sho...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Plot occurence of each element in an array
Hi, I have a 16x16 array in which I would like to plot the distribution of the occurence of each element for each row, but so...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Generate random number between a given sequence using rand and exisiting matrix
Hello, Is there a way I can generate a random number vector of dimensions N*M*K between a given defined sequence? For exampl...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding multiple x-axes points from y-axes value
Hello, How do I find the x-values from a curve where the y-intercept cuts at 2 points? Please see attached image. I need to f...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mean and 3-sigma in Lognormal plots
Hi, I have a lognormal distribution in which I want to mark clearly the mean and 3 sigma ranges. I amusing the below code sni...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
Mean and 3-sgima for Lognormal distributions
Sorry @John..your answer is way too big and confusing..honestly now I have no idea what to plot..would have been great if your a...

casi 8 años hace | 1

Pregunta


Extracting 'y' values from plot over an iterating loop
Hello All, I am trying to extract y values from a plot in matlab. I have used the below code snippet. However, as I have a fo...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mean and 3-sgima for Lognormal distributions
Hello, I am trying to plot the lognormal distribution over 10 iterations and would like to see the mean and 3 sigma outliers....

casi 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Plotting scientific data in 1e-15
Hello, I am trying to plot the below data. I need this in the scientific format. This is the code with which I am trying e...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using data from cell arrays
Hello All, I have a 1x2 cell called All which again contains 1x1024002 values each. I need to manipulate these values togethe...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot Normal/Gaussian distribution from set of data
Hello All, I want to plot a gaussian distribution of a set of data and see the mean and 3 sigma. I am using the below code bu...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Principal Component Analysis using Function
Hello All, I have a PCA.m function I want to use it on a set of datapoints for computing the PCA. So I write the following l...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Cargar más