First
|
Prev |
Next
|
Last
Pages: 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666
Time delay I have produced a feed forward neural network with two layers. Each of these take 2 inputs. The problem is I have a recurrent connection between the two layers meaning that I have to place a delay on one of the layers. My problem is that simulation with a different data set or even elements of the training set i... 20 May 2010 08:21
CRLB I am using ML criterion to estimate the DOA. What formula available in literature for CRLB did not give same result "nanren888 " <nanren888.remove.this(a)hotmail.com> wrote in message <hi1d45$cnk$1(a)fred.mathworks.com>... "Trilochan Panigrahi" <tpanigrahi80(a)gmail.com> wrote in message <hhsobf$9nv$1(a)fred.mathworks.c... 20 May 2010 08:21
Time delay I have produced a feed forward neural network with two layers. Each of these take 2 inputs. The problem is I have a recurrent connection between the two layers meaning that I have to place a delay on one of the layers. My problem is that simulation with a different data set or even elements of the training set i... 20 May 2010 08:21
Labels hidden under surface I want to make a surface plot with contour lines on top. I use the mapping toolbox to create the plot, and everything works fine until I try to add labels to the contour lines. When I do this the contour labels are hidden under the surface plot. The contour lines covers a larger area than the surface plot, and I can se... 20 May 2010 08:21
Transfer a cell array to a c++ dll "Utzli Gutzli" <dont(a)send.spam.mail> wrote in message <eede5d8.3(a)webx.raydaftYaTP>... AJ \no z\ Johnson wrote: Hi Utzli, I won't go into too much detail, but I will provide a list of functions/code fragments that should get you on your way. if (!mxIsCell(prhs[0])) mexErrMsgTxt... 20 May 2010 08:21
Learning Fortran I am attempting to convert some old fortran codes and becoming somewhat annoyed by the apparent jumping of code. WOuld I be correct in assuming that the code is read top to bottom and in line number order? If so where does the do label numbers figure into this scheme? Any advice from fortan programmers would be appreci... 27 May 2010 14:49
Porting Mathlab code to C++ - accuracy problem hi, i'm beginner with Mathlab, and my current job is just to rewrite a mathlab program with C/C++ language. During this work, i have rewrite several mathlab function and check my implementation vs Mathlab output using a precision of 1e-6. this criteria work well until the end of the program, because result of co... 26 May 2010 06:57
How to get stored workspace after crash Hi, I have a function that is crashing matlab, causing it to imediately dissapear from the screen. Normally when this happens, the next time i start up matlab there is an error report window, but I accidentally clicked "never send reports" and don't know how to get it back. Alternatively, is there a way to pul... 20 May 2010 07:17
nonreflecting boundary conditions Hi, I want to modify Moler's solution of the Shallow Water Equations. I need nonreflecting boundary conditions on one side of the quadrant in order to model a continous canal. They are also known as absorbing boundary conditions. I have read many papers on this, including the seminal "absoring boundary conditions for ... 20 May 2010 07:17 |