First
|
Prev |
Next
|
Last
Pages: 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476
PCA Q statistic (SPE) Hotelling T2 I want to use PCA (Principle component analysis) Q and T statistics test for fault detection control process. How can I use and how can I plot the Q or T2 statistics of the measured data? ... 23 Nov 2009 16:22
Laguerre diagram Hello Francesco, i would be happy if you find some information on laguerre tessellation. I want to model a system with different sizes of spheres and it seems that voronoi diagram is not the solution since it smoothes the size of particles and the result is poor. the solution is laguerre tessellation and in this ... 19 Nov 2009 10:33
Area plot - color based on value Hi, I want to plot an area using the area() function, and i want the coloring be based on the value: positive y values should be green and negative y values should be red any idea how i do this ? regards ... 19 Nov 2009 10:33
Help GEVP minization problem hello eveybody, i have the minimization problem under LMIs constraints using the gevp function from Matlab toolbox for P and F : Minimize alpha subject to the following LMIs constraints : P>0 [A'*P+P*A-X*B*B'*P-P*B*B'*X+X*B*B'*X-alpha*P (B'*P+F*C);(B'*P+F*C) -eye(m) ]<0 Can enyone help ? thanks in advanc... 19 Nov 2009 09:26
Out of Windows Resources: Allocation of bitmap failed. Disabling I think it could be more than these. I have the same issue. Even I clear all the memory in Matlab. It still has the same problem. memory Maximum possible array: 1024 MB (1.073e+009 bytes) * Memory available for all arrays: 2488 MB (2.609e+009 bytes) ** Memory used by MATLAB: 330 MB (3... 19 Nov 2009 09:26
calculation of negentropy If what you say is true “that this result is off because of general statistics” then limit of negE when the number of samples go to infinity should go to zero. This is not the case, since it explodes, so there should be something wrong with the normalization. I = randn(10000000,1); p = hist(I,1000000)... 19 Nov 2009 07:13
How to change color and Line property in Pwelch I had the same problem and i solved it by plotting the output from the pwelch function myself, like this: [Pxx1 F1] = pwelch(x1,[],[],[],fs); Pxx1dB = 10*log10(Pxx1); semilogx(F1,Pxx1dB,'r') hold on [Pxx2 F2] = pwelch(x2,[],[],[],fs); Pxx2dB = 10*log10(Pxx2); semilogx(F2,Pxx2dB) hold off grid on For some ... 19 Nov 2009 05:02
how to add two or more signal to scope in simulink how to add two or more signal to scope in simulink help ... 19 Nov 2009 05:02
newrb Greg Heath <heath(a)alumni.brown.edu> wrote in message <9bfd2ece-92b5-432f-a82c-61238af4d20c(a)j4g2000yqe.googlegroups.com>... On Nov 16, 4:23 am, "aurikel Radzali" <suriar...(a)gmail.com> wrote: GregHeath<he...(a)alumni.brown.edu> wrote in message <dc9ef436-338f-40fb-aa39-d679e47f6...(a)j11g2000vbi.googlegroups.com>... ... 19 Nov 2009 08:19
Finding the position of the maximum of an array ? Apart from the "usual" loop method, does matlab know a better way of finding the position of a maximum value in x(1:100) array ? Say I have, an array with 100 values inside. The maximum is at the position 53. How to get that position in a variable ? All ideas appreciated ... With best regards, Luka ... 18 Nov 2009 23:34 |