facial feature extraction
Hi all, Can anybody help me in providing Matlab Code for' facial feature extraction with Depth AAM algorithm' (an ieee paper by QIU JIN,JIEYU ZHAO,YUANYUAN ZHANG)
View Articledifference between wrcoef2 and appcoef2 in matlab
what is the difference between wrcoef2 and appcoef2/detcoef2 in matlab ? I mean in both cases, we get coefficients. what is the difference then...
View ArticleRe: measured boundary conditions with pde toolbox
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <h5rf05$nb8$1@fred.mathworks.com>...> Doug, I have a hard time to explain why using pointwise Neumann condition is dangerous...
View ArticleGui in matlab
Hi! I have started working on the GUI in Matlab and i needed to display pushbuttons on the GUI. Is it necessary to include the code for the callback functions in the same program itself or is it...
View Articlehow I can calculate this integral
Hi all, I want calculate this in matlab : Qc=[Tc*(integral(exp(A11*t))*B1*B1'*exp(A11')]^-1 I don't no how i can calculate beceause A11 is matrix (3*3) et B(3) please help me
View ArticleRe: difference between wrcoef2 and appcoef2 in matlab
"dhrub " <dhruvkumar037@gmail.com> wrote in message <k8795b$ho4$1@newscl01ah.mathworks.com>...> what is the difference between wrcoef2 and appcoef2/detcoef2 in matlab ?> > > I...
View ArticleHow calculate the integral of the matrix
Hi all I want calulate this: Qc = [Tc*(integral((exp(A11*t))*B1*B1'*exp(A1')]^-1 A11 is matrix (3*3) B1 is the vecteur (3) please help me
View ArticleRe: how to assign multiple structure elements at once
> It sounds preferable to use a 10xN matrix where N is the number of sampling times to record the data and put it in NaN at hours where a particular bus is not working. Not only is this much easier...
View ArticleRe: Generate random numbers with fixed sum and different constraints
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <k88qag$nm1$1@newscl01ah.mathworks.com>...> Might be convert linear inequality into hull vertices. Use Delaunay to decompose...
View ArticleRe: Generate random numbers with fixed sum and different constraints
"Roger Stafford" wrote in message <k88l7g$7tm$1@newscl01ah.mathworks.com>...> "Greg Heath" <heath@alumni.brown.edu> wrote in message <k87s11$h6u$1@newscl01ah.mathworks.com>...>...
View ArticleRe: Training multiple data for a single feedforwardnet
"Carlos Aragon" wrote in message <k87u2k$ng9$1@newscl01ah.mathworks.com>...> Greg,> > Next i present you snippets of text from a paper named " Neural Approach for Automatic...
View ArticleIIR Bandpass Filter Design
Hi I posted a question earlier, but it got few responses. I need help in this because I am using MATLAB for the first time. Can someone tell me how I can get the zeros and poles of a digital bandpass...
View ArticleRe: NN,backprop,standardization
"chirag ahuja" <cahuja19@gmail.com> wrote in message <k88rlj$s24$1@newscl01ah.mathworks.com>...> 1. Is it necessary to standardize the input-target pair data to mean zerro and variance 1...
View ArticleRe: question on fft example
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k87rb1$edu$1@speranza.aioe.org>...> On 11/17/2012 4:49 AM, Greg Heath wrote:> > "Nasser M. Abbasi" <nma@12000.org> wrote...
View Articleneed help of block tridiagonal matrix???
I want to create a block tridiagonal matrix,so I used spdiags(),however, everytime I receive the "Error using horzcat CAT arguments dimensions are not consistent. Error in spdiags (line 114)...
View ArticleRe: Subtract values in a matrix
On 11/17/2012 1:45 PM, Bob Choy wrote:> dpb <none@non.net> wrote in message <k88ofr$kd2$1@speranza.aioe.org>...>> On 11/17/2012 1:12 PM, Bob Ferreira wrote:>>...
View ArticleRe: measured boundary conditions
"Carl S." wrote in message <k885d7$h85$1@newscl01ah.mathworks.com>...> "Carl S." wrote in message <k879vh$k4n$1@newscl01ah.mathworks.com>...> > "Bruno Luong"...
View Articlematlab.hpp location?
I am interested in using the MATLAB C++ MATH Library. I am using R2012a but can't find the matlab.hpp. Should I download it or should it come with the installation? Thanks in Advance
View ArticleRe: measured boundary conditions
"Carl S." wrote in message <k89olv$rr$1@newscl01ah.mathworks.com>...> "Carl S." wrote in message <k885d7$h85$1@newscl01ah.mathworks.com>...> > "Carl S." wrote in message...
View ArticleRe: format for reading 'yyyymmddTHHMMSS'
Thx. Dnb, The file i have is a csv file which has 25 description in it and reads like 1998-12-24T03:47:00.000,1998-12-24T04:08:00.000,1998-12-24T03:48:05.698, 917,54, 23.3........folowed by data. i am...
View Article