First  |  Prev |  Next  |  Last
Pages: 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971
L shaped neighborhood
Hey i am working on a code that requires an L shaped neighborhood access for each pixel. Basically in the code, each pixel is determined by comparing it with the already synthesized pixels of the image. The neighborhood of the previous pixels should be an upper L shaped one. I have tried writing the code for it but n... 11 Apr 2010 14:32
what these functions defines?
function y = double_S1D(x,T) % x: noise signal % T: threshold [af, sf] = filters1; J = 4; w = double_f1D(x,J,af); % loop through scales for j = 1:J % loop through subbands for s = 1:2 w{j}{s} = soft(w{j}{s},T); end end y = double_i1D(w,J,sf); ... 11 Apr 2010 16:48
open a pdf document on a specific page
Hi, I am looking for a way to open a pdf document on a specific page. I tried using: open('doc.pdf'); which opens the pdf file on page 1. However, I am looking to direct the user to a specific page on a pdf document. Any thoughts ? Naresh ... 11 Apr 2010 15:41
Replacing cells that have elements
"Judas Magnus" <ragnaork5435(a)yahoo.com> wrote in message <hpb4i1$sqq$1(a)fred.mathworks.com>... hmmm is there a way to AFTER filling all the containers with "1" to replace all of them with the word "cool" ? for example: cf = cellstr(char('Meat','Meatz','Meat1','Meat2','Meat3')) c = cell(5,5) r =... 11 Apr 2010 13:26
Why cross-validation does not work?
Dear all, I don't understand why in some situations the NNToolbox (Matlab 2008a) runs a training session without cross-validating the adjusted bias/weights? For example, see code below where I am trying to train an Elman-5 network to fit the function y =f(x) = 3x+1. P={1 2 3 4 5 6 7 8 9 10}; T={4 7 10 13 16 1... 11 Apr 2010 13:26
??? Out of memory. Type HELP MEMORY for your options.
I want to multilpy two large vectors with dimensions a(16384,1) and b(1,16384) so v=a*b' but the answer is : ??? Out of memory. Type HELP MEMORY for your options. ... 11 Apr 2010 17:54
How to set a password in gui form???
hi guys... m making a project using gui as my front end of matlab...My project requires my first page as logn id and password.... i m facing difficulty in setting passwords....I m very new to it... so plz tell me what property should i use to set password in it???? ... 11 Apr 2010 13:26
How to connect 2 forms with each other in gui????
hi guys... i am making a project and want to know how to connect two forms ....m making HR management in gui in matlab.... so i wanna know it... plzzz respond it as soon as possible!!!! ... 12 Apr 2010 02:40
following functions correct otr wrong?
i want to find threshold for the coeffiicient L, so that based on that threshold value, filter get designed for segregating noisy and original one. whether this following functions get applicable for finding that threshold value? [C,L] = dwt(y,'db4'); [thr,sorh,keepapp] = ddencmp('den','wv',L ... 11 Apr 2010 12:20
Lagrangian Relaxation
Hi, I am pretty new at Matlab. I am dealing with a problem with has one constraint and I try to solve the problem by using lagrangian relaxation method. However at first I try to get a result for my subproblem. My model is (not in matlab form): Min over i (sum(h(i).s(i))) over i (sum(m(i)/sum(m))* beta(si)) >= b... 11 Apr 2010 12:20
First  |  Prev |  Next  |  Last
Pages: 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971