First
|
Prev |
Next
|
Last
Pages: 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838
neural network Hello, I have no experience with the software MATLAB nor in computer programming , and i need to create a neural network for wich the goal will be that with a matrix 299x101 as imput ,the output will be a matrix of 12x32. I have 21 imput matrices and their corresponding 21 output matrices to train the network. Do... 12 May 2010 05:53
Spring 2010 MATLAB Contest, April 28 - May 5 Hello Community Members! This is your reminder that the Spring MATLAB Programming Contest will start today at noon Eastern time. We will announce the contest start on this thread and also on the contest blog. Please use this thread if you have questions or comments during the contest. Talk to you soon! Hel... 12 May 2010 14:42
Single number into vector elements Hello. I would like to do this. ->From number: 11001 ->To vector: [1 1 0 0 1] Any idea? Thx. ... 28 Apr 2010 11:42
Pulse Density Demodulation Hello. I have a few problems using Matlab low pass filters to demodulate a pulse density modulated signal. My Matlab code generates a series of photon arrival times distributed by Poisson statistics and dependant on a time varying input. This gives me an output array that represents the time instance of photon arr... 28 Apr 2010 11:42
Masked block, Simulink - force initialization commands on resize Hi all, I am trying to create a 'smart' mask for my Simulink block - I need a functionality similar to the Constant block: Display the value of a parameter if it fits inside the block, otherwise display some text (if the number is too long). Based on the actual width of the block I can prepare the string to be displa... 30 Apr 2010 08:22
a MATLAB command like '_kbhit' in C Hi Is there a MATLAB command like '_kbhit' in C which returns a nonzero value if a key has been pressed. Otherwise, it returns 0? ... 28 Apr 2010 09:27
Ordered computation of eigenvalues from good initial estimates, without explicit sorting On 24 Apr., 12:27, matt <n...(a)none.com> wrote: Dear all, I would like to be able to estimate _numerically_ the eigenvalues (ev) of a matrix M(x) as x changes, and display them in a plot. Let me use Matlab notation to further clarify what I'm trying to achieve. Let us suppose that I have M = [x-1... 28 Apr 2010 09:27
Plotting a pdf Hi, I was wondering if anyone can help me plotting the probabiliy of data, vs the calue of the data. E.g. I have 3 variables, observe N-times X = [132 333 444; 143 345 1000; 444 111 123; etc. etc. etc.] Assuming normal distribution, I calculated: p = mvnpdf(X,mean(X),cov(X)); ... 28 Apr 2010 10:34
images matching using canny edge detection algorithm Hi all, I am trying to implement a project to compare the one image with the images in the database. In details a have a database of around 500 images . i have a input image and i have to compare that image with the database images to find wheater it is matches to any image or not .if matches how much percentage(... 28 Apr 2010 09:27
help with plotting Hello Everyone, I have used matlab to create movies that depict a certain biological motion... There are 16 data points, that make up a human figure... eyes, shoulders, elbows, wrist, hips, knees and feet.... The hips are centered at zero, and the upper and lower body move from positive to negative and vice versa...... 28 Apr 2010 08:20 |