Re: dimension reduction of two multivariate Gaussian distributions?
"Sofia Hggberg" <mpmpmp@xmail.com> wrote in message news:koapfm$cvq$1@newscl01ah.mathworks.com...> Hi all,>> Could someone please explain me how a person does a dimension reduction >...
View ArticleRe: Classification trees and genetic algorithm
Correction: You can prune an arbitrary branch by using the 'nodes' option. "Ilya Narsky" <inarsky@mathworks.com> wrote in message news:koapv8$eit$1@newscl01ah.mathworks.com...> You are right...
View Article3D equivalent of 'diag' option in bwmorph
Hi, I am trying to avoid corner connections of a voxel line in 3D and am looking for a function that does the same job as the 'diag' option in bwmorph for 3D. In 2D, this uses diagonal fill to...
View ArticleRe: NAN value as Loglikelihood
hmmdecode() seems to return NaN if there are 0's (or near 0's like 1e-100) in the TR or EMIT model matrices. This maybe be a bit of a hack but this should get you around it (and it's a cool use of...
View ArticleDividing by zero
Hi, I have a dataset and a quadratic aprroximation to the data. I need to divide the dataset by thequadratic approximation. However, the data passes through zero and results in singularity issues at...
View ArticleRe: compile Fortran g95 with matlab (mex again)
I don't have an answer to your question, but can you explain to me how the patch works? That is, how do I run it to get it to patch the gnumex files? Thanks, Dan
View ArticleRe: limit fsolve to converge only to a real solution (not imaginary numbers)
Hello Matt J, Thank you for your detailed explanation. I guess you are beyond my skills in math and your observations are convincing so now i am worry about my system of equations that seems to make no...
View ArticleRe: vectorizing many (semi-independent) mldivides
"Syam" wrote in message <koab3t$ql9$1@newscl01ah.mathworks.com>...> Hi,> > I have a loop where I am solving thousands of linear systems using mldivide:> > Q = number of systems>...
View ArticleRe: Classification trees and genetic algorithm
I got it clear now. 'Nodes' option had not clicked to me. Thank you for your help. "Ilya Narsky" <inarsky@mathworks.com> wrote in message <kob2mj$blp$1@newscl01ah.mathworks.com>...>...
View ArticleRe: Need help on solving system of equations
"dhiraj " <dhirajsingla15@gmail.com> wrote in message <koalsp$25r$1@newscl01ah.mathworks.com>...> Hello > > I have a second order polynomial > > y=...
View Articlecolor image feature extraction from segmented image
hello everyone, I do not have any idea how to extract feature from a segmented image without converting it to binary image. Does anybody can give me some instruction? It is important for my case to...
View ArticleRe: Multiple Error Bar Plot
more simple:http://www.slideshare.net/itaharesay/matlab-plotting-part-6 slide n°6
View Articlehist and imhist. image processing
HI, what am I doing wrong? I have an RGB image A. I do rgb2gray(A) now I apply "x-m": I take every pixel and substrate from it the mean of it's 8 surrounding pixels. so that gives me a new matrix B....
View ArticleRe: Dividing by zero
On 5/31/2013 9:38 PM, Jane T wrote:> Hi,>> I have a dataset and a quadratic aprroximation to the data. I need to> divide the dataset by thequadratic approximation. However, the data>...
View ArticleHow to run exe. file from matlab without mannually entering the input
Hello folks, I have an executable file (generated from a FORTRAN code) that I need to run from matlab. Upon execution, it asks for the path of the input file (C:\...Myprograms\sample.dat) and I have to...
View ArticleRe: How to run exe. file from matlab without mannually entering the
On 6/1/2013 3:13 PM, Mehdi wrote:> Hello folks, I have an executable file (generated from a FORTRAN code)> that I need to run from matlab. Upon execution, it asks for the path of> the input...
View ArticleRe: Dividing by zero
dpb <none@non.net> wrote in message <kodf6e$nlq$1@speranza.aioe.org>...> On 6/1/2013 12:09 PM, Jane T wrote:> > dpb <none@non.net> wrote in message...
View ArticleRe: code to create new sequential file names each time a code is run
Thanks TideMan! btw, "mis-spelt"? :) "Robert " <chigerg@gmail.com> wrote in message <hstgcc$r9p$1@fred.mathworks.com>...> TideMan <mulgor@gmail.com> wrote in message...
View ArticleRe: Dividing by zero
On 6/1/2013 4:45 PM, Jane T wrote:> dpb <none@non.net> wrote in message <kodf6e$nlq$1@speranza.aioe.org>... ...>>>> I'd have to see some of the data and know more about the...
View ArticleRe: How to run exe. file from matlab without mannually entering the input
On Sunday, June 2, 2013 9:16:23 AM UTC+12, dpb wrote:> On 6/1/2013 3:13 PM, Mehdi wrote:> > > Hello folks, I have an executable file (generated from a FORTRAN code)> > > that I...
View Article