First  |  Prev |  Next  |  Last
Pages: 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753
Grouping values of an iteration in order to plot them
I am writing a program to plot an iteration over a time interval. When i run the program, all the values for 'ya' are printed in the main window and they all seem to be accurate. However when I try to plot the values over time, it only plots the last iteration value. I just wondered if anyone could help me find a way o... 9 May 2010 21:59
Poisson Equation Solving on Images
Hello All, Am trying to solve a poisson equation on image derivatives. Any idea on how to implement it in Matlab?? Here's what am doing. Laplacian(I) = divergence(Gx,Gy) Gx and Gy are 2D derivative images. I is unknown. and we are recovering I from known values Gx and Gy So if we expand the equation, for ev... 18 May 2010 15:53
How to view the added toolbox in Help
I have added a new toolbox (MDP) in Matlab in the following way: downloaded the toolbox in tar.gz format and extracted in my Matlab/toolbox/ folder, and then added the path of the toolbox using the File > Add path from the main Matlab window. This lets the functions within the toolbox to be accessible, however when ... 9 May 2010 21:59
How to the Poisson solver poisolv for an image
Hi there, Am trying to solve the same thing. I have image derivatives Gx,Gy and am trying to solve poisson equation using Matlab. Do you have any solution for this? I really appreciate your help. Thank you. MBALOVER <mbalover9(a)gmail.com> wrote in message <ebbb2909-4547-4361-bff2-6424bae0ebce(a)m26g2000yqb.googleg... 9 May 2010 14:19
Using ANN as fitness function in GA
I have a trained ANN and need to use it as fitness function in GA. ANN has three input parameters and one parameter used as an output. Also, it has one hidden layer with two neurons, and one output layer with one neuraon as default. I need to optimize one of the input parameters using GA. Please, can somebody help me t... 9 May 2010 14:19
Optimization fitness function ANN and GA
"Radek " <rwinicze(a)poczta.onet.pl> wrote in message <hphjvh$akf$1(a)fred.mathworks.com>... Dears! I have a problem. I need write m-file. I would like write MSE of ANN as fitness function in m-file. My ann has four input neurons, two hidden neurons and two output neurons. Next I want optimize in GA tool. If you kn... 9 May 2010 14:19
Estimating Structured Continuous-Time State-Space Models
Hi, After constructing the continuous-time state-space model object I am trying to specify the parameter values in the structure matrices that I do not want to estimate % Set up the model matrices A = [(-Rl-Rc)/L -1/L;1/C 0]; B = [1/L Rc/L;0 -1/C]; C = [Rc 1]; D = [0 -Rc]; K = [0;0]; x0 = [0;0]; ... 9 May 2010 14:19
webcam and simple processing in GUI
How can I sent variable (database) to function display_frame.m from GUI. I call the function like this. set(handles.vidobj,'FramesAcquiredFcn', {'display_frame'}); I tray to path a handles or global variable and it doesn't work. HELP ME PLEASE. ############################################ I adde... 9 May 2010 14:18
convert matlab file to execution file (.exe)
Hi all... can I convert matlab file to execution file (.exe)?? if yes kindly tell me how? thanks Ibtesam ... 11 May 2010 16:46
Add 2 images of different sizes/partial overlap ?
http://drop.io/qzyofo6 Given this example i want to add A and B images. I have a given point in A, and want to add the images so that the center of B goes on the given point in A. And i want to discard the result outside of A´s original area. My approach is to check witch areas of B that are outside of A, crop t... 9 May 2010 21:59
First  |  Prev |  Next  |  Last
Pages: 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753