L moment for Gruped/Classed data
Hi all.. I am studying the possibility to use the L moment to estimate the parameters of gamma distribution. Almost in all papers, it is explained that the parameters of exponential, gamma and lognormal distribution can be calculated by combining two L moments (for example, L1 and L2). L1 and L2 are in function o... 4 Mar 2010 13:28
Problem with plotting local Maxima and Minima of CWT.
Hi Everyone, For my application i need to find out the Local Maxima and Minima of the any 1D data. Here are the steps: 1) Load the data; (Bx) please email me and i will send you the data. 2) Determine the possible no of scales. %%Determining the maximum scale: for p=1:20 if((2^p)<=(length(Bx)/2)) ... 5 Mar 2010 05:02
Crop pictures saved using print command
Hi, is there a way to remove the "white" border around figures saved using print? Usually there is 1-2cm of white border around the pictures and I'd like to remove them. Thank you very much in advance. Cheers, -Luca ... 4 Mar 2010 15:47
how do I click a button in an Excel sheet automatically?
how do I click a button in an Excel sheet automatically? And then save the sheet? And then open the other sheet into the same Excel process? I was told that the two sheets should be opened in the same Excel process.... ... 4 Mar 2010 15:47
chi2test - false df and edges
hi everyone! if have the following problem - when i use the chi2test with [h,p,st] = chi2gof(chi_vec2,'edges',edges,'expected',expectedCounts); and the bin-size (interval size) is reduced to 5, then the edges and df aren't correct. when i have 10 bins with the width of 5, e.g., then the expected and observed c... 5 Mar 2010 15:04
help in NNSYSID (neural networks toolbox )
Hello all, I learn to use NNSYSID neural networks toolbox(neural network based identification of nonlinear dynamic systems toolbox) ,and when i tried the example that exists in the end of the manual pdf file i got an error message that tell me to replace a break command with return command in cerrtain m-filme functio... 12 Mar 2010 03:56
Coefficient "fixed at bound" when it shouldn't be
Hi there, I'm fitting some data to an equation, which has 3 variables, k1, k2 and tau. I have an estimated value for tau which I have read from the data earlier in the code, which is placed in the variable "tau". I wish to tell the fit function that the starting point for searching for a value of tau is the value wi... 4 Mar 2010 11:11
measure the distance between two copulas densities
Hello, I would like to measure the distance between two copulas densities with Hellinger distance formula but I can't achieve the work. Please, I need a help to establish the Matlab code. Thank you ... 4 Mar 2010 11:11
Distance from image points to contour
Hello, After overlaying a contour over an image of size 512x512, I need to know for each pixel in the image the distance to that contour. imshow(log(1+abs(E3(:,:))), [1 15]); colormap(jet);hold on [KX, KY] = meshgrid(1:512,1_512); [C, h] = contour(KX, KY, OMEGA0, kt, 'Color', 'r', 'Linewidth', 2); (OMEGA0 i... 4 Mar 2010 11:11
Distance from image points to contour
Hello, After overlaying a contour over an image of size 512x512, I need to know for each pixel in the image the distance to that contour. imshow(log(1+abs(E3(:,:))), [1 15]); colormap(jet);hold on [KX, KY] = meshgrid(1:512,1_512); [C, h] = contour(KX, KY, OMEGA0, kt, 'Color', 'r', 'Linewidth', 2); (OMEGA0 i... 4 Mar 2010 18:03