First
|
Prev |
Next
|
Last
Pages: 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490
glmfit I am working with glmfit to perform probit regressions. I want to regress my y on just a costant but the glmfit points out that the limit is reached. My syntax is; [beta dev stat]=glmfit(x,[y n],'binomial','probit') if x has not regressors, what's the function's input in place of x? and if the regression contain... 4 Nov 2009 11:56
Error executing mcc, return status = 1 | mcc do not work When trying to use the deploytool in v2008b to compile a java library the compilation fails. Vista 32Bit + R2008b and Win7 32Bit + R2009b Here is the output from deploytool: Compiler version: 4.9 (R2008b) Warning: Duplicate directory name: C:\Users\MaRiKaN\Documents\MATLAB. mcc -W 'java:untitled3,Untitled3' ... 4 Nov 2009 10:49
What is fastest video format for mmreader? Does anyone have any experimental evidence which video format is fastest to read in? I'm using mmreader( ) on OsX, and this call is by far the slowest call in my program -- two or three orders of magnitude slower than the rest of the processing I'm doing. What is the fastest compression format to decompress? I a... 7 Nov 2009 20:41
problem on the result of maximum likelihood estimation (mle) in matlab Yudha wrote: The way I use mle is like this : [phatl,pcil]=mle(t,'logpdf',lpdf,'start',[5/3,1.4],'lower',[5/3,-inf],'upper',[2,inf]); You are giving a starting value for the first parameter right at the lower limit. Don't do that. But now the 0 values is the likelihood itself after we calculate using e... 4 Nov 2009 09:41
how to plot time in the (hr/min/sec/millisec) format On Nov 4, 10:49 am, "milan " <milanli...(a)gmail.com> wrote: i have to plot a value against time & the time,the format of time is hr/min/sec/millisecond or hr:min:sec:millisecond.for eg: i have to plot a variable who's value changes with time,time is given as 15:45:12:.0078.so how i'll plot it in mat lab . see the ... 4 Nov 2009 05:18
Predicted proabilities means Can anyone please help me read this table. This is a SPSS output table of means of DV predicted probability with IV (Predicted probability * Membership-2 (IV)) Membership-2 Mean N Std. Deviation % of total Non-member .7927477 18893 .14029281 ... 4 Nov 2009 09:41
RS232 read with xpc target "Jay " <jaypar06ns(a)gmail.com> wrote in message <fu5l9q$2bv$1(a)fred.mathworks.com>... I found a solution that is pretty simple. Instead of using models that attach an ascii decode to the output of a fifo read block, just read the output from the fifo read block and access the string vector directly. ... 4 Nov 2009 05:18
Using Fuzzy CLustering (Kmeans-method) on PET-data Hi all, I'm trying to use the Kmeans-algorithm from the Fuzzy Clustering toolbox (the toolbox is downloaded from this homepage: http://esl.fim.uni-passau.de/~kkunze/intelsys2008/FuzzyClusteringToolbox_m.zip ). It works fine for me, when I'm using it on a m-file which generates random numbers (se maybe this homepa... 4 Nov 2009 03:07
pitch detection Hello, I am doing a project on pitch detection.I would like to know how we can go about it in the time domain,using AMDF method,cepstral analysis,frequency domain,ZCR or spectral subtraction.Pls help me with the basic algorithm involved in the process. Thanx. ... 3 Nov 2009 17:06
tansig or logsig hi guys, Is it better to use 'logsig' or 'tansig' for transfer function of output layer? is it important? if we use tansig, can we use output data in [0 1] range (normalize)? ... 4 Nov 2009 23:02 |