First
|
Prev |
Next
|
Last
Pages: 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602
Problem about using phase correlation to find rotation angle I have two template 1. http://img541.imageshack.us/img541/5199/dog90.png 2. http://img231.imageshack.us/img231/7269/dogk.png fig 2 is fig 1 rotated by degree 90. I want to find the rotation angle between them by phase correlation. so far i have these code. %%============================== fig1=rgb2gray(imread('d... 30 May 2010 15:25
Matlab code for SVC controller Dear frinds, I am seeking your assistance. I want to simulate SVC controller to see how it effect the performance of power system dynamics. The application shall be for single generator (synchronous machine) to infinite bus system. I appreciate to send me the matlab code with results and the paper associated w... 29 May 2010 15:44
inverse optical problem by matlab neural toolbox Hi- my science interest is the architecture of neural net by matlab-it's necessary to construct a new net-inout are R and T-the output is the refractive index n. The final target is min R and simultinously max T for it usage. ... 5 Jun 2010 15:48
matlab in Spain-where could i find matlab or maths job in spain i think-in spain to found matlab or high maths specialists are rarely found. I no understand that-my strong desire is founding a work as maths , physicist or matlab(inverse optical problem by neural networks). ... 29 May 2010 06:00
SVMTRAIN (W AND B) thank you Arthur, your answer was very usefull to me. my training was successful thank you again. regards ... 29 May 2010 04:56
how to find the boundingBox for disconnected components i need to calculate the boundingbox for a signature. but the issue is that some signatures are not connected so how can i get one boundingbox for the whole signature? thanx ... 3 Jun 2010 14:31
Realised variance with microstructure noise Hey guys am back again with my ineptitude. My questions this time is that i have this question below to do generate a sample path with 2340001 (100 days of working hours data sampled every second) observations of Heston model using the following Euler approximation: ln(pt+∆t) = ln(pt) + σt∆W (1) t+... 29 May 2010 02:48
Plotting Graph of two or more changing variables Need help .. i have a matrix filled with 0 to 3 in random... the number of zero's 1's 2's and 3's changes in every iteration... i need to plot number of 0's 1's 2's and 3's in a graph and update it dynamically in a same plot for each iteration.. ca1=randint(10,10,[1,4]);% Value initialization for k=1:1:iterati... 29 May 2010 06:00
matlab running a function using command line. Hi, I have a function like below function StylizedMMM(pT, pDelta, pAlpha, pEta, pDim, pPhiZero, pSeed) and I would like to run it using the command line. This is the way I run the above function StylizedMMM 80 0.004 0.04 0.05 4 2 When I do this, do I need to use do the following? T = str2doub... 1 Jun 2010 15:17
regression through a fixed point "Giorgio " <christianjp(a)inwind.it> wrote in message <htpdoh$s1$1(a)fred.mathworks.com>... i am new to matlab, but my attempt appears to work function [intercept,slope]=linfix(x,y,xcord,ycord) % estimates OLS regression for bidemsional data set xi=x-xcord; yi=y-ycord; slope=sum((xi).*(y... 28 May 2010 19:16 |