Re: counting objects in satellite image
On Aug 4, 12:54am, madhuri <madhurikalap...@gmail.com> wrote: > Hi, How to mark boundary of an image. My given input image is collection of trees and my work is to count the no. of trees. I...
View ArticleRe: image segmentation
On Aug 3, 11:36pm, madhuri <madhurikalap...@gmail.com> wrote: > I have a satellite image of forets.i want to count the no.of trees in that image.i hav marker controlled segmentation alg to...
View ArticleRe: Intersection of circles
On Aug 3, 3:56pm, "kamuran turksoy" <kamuranturk...@gmail.com> wrote: > I have two groups of circles. S1 is the union of the first group and S2 is the union of the second group of circles. I...
View Articleaveraging of image sequences
hi, i am trying for element to element averaging of image sequences. an image 'img' of size (m,n,10) for example i need something like this: mn(:,:,1) = img(:,:,1); mn(:,:,2) =...
View ArticleRe: "Segmentation violation" and "Abort signal" fatal errors related to MEX file
"Maxwell Collard" wrote in message <jviaa6$jiq$1@newscl01ah.mathworks.com>... > Hello all— > > I wrote a (at least, I think) fairly simple MEX file to speed up arburg. Everything was...
View ArticleMVREGRESS
Hello, does anyone know how to include 'outputfcn' in the mvregress function? When i do like this: [beta,SIGMA,RESID,COVB,objective] = mvregress(X, Y, 'outputfcn'); it says that "Error using mvregress...
View ArticleLinkaxes query and axis scaling
Hello - I have a series of 8 subplots. Each of the subplots are surface plots, over an area of 1000 x 1000 with varying intensity. I want to plot them all with the same axis, rather than their own...
View ArticleRe: Multiple regression
Thanks for your reply. Yes, I mean x1=[1 2 3 4 5]'; x2=[10 20 30 40 50 60]'; >>If indeed you have column vectors you need to concatenate in that >>direction instead of horizontally......
View ArticleRe: MVREGRESS
On 7 Aug., 15:38, "Anna " <anna.nazar...@uni-due.de> wrote: > Hello, > > does anyone know how to include 'outputfcn' in the mvregress function? > When i do like this:...
View ArticleRe: Multiple regression
On 7 Aug., 15:47, "Shariful " <endrom...@gmail.com> wrote: > Thanks for your reply. Yes, I mean > x1=[1 2 3 4 5]'; x2=[10 20 30 40 50 60]'; > > >>If indeed you have column...
View ArticleRe: step function plot in GUI
It seems that step returns a time series object, so it'll be something like >> tsData = step(Hd); >> line(AxisHandle,tsData.time,squeeze(tsData.Data)); You may or may not need the squeeze....
View ArticleRe: why we divide FFT of the signal by N. and then to find IFFT we multiply...
"Poorya " <pooryaiust.2004@gmail.com> wrote in message <jvq3ok$5bn$1@newscl01ah.mathworks.com>... > I think there is a little problem with the way you validated Parseval Theorem....
View ArticleRe: how to access the simulink block parameters??
If in MATLAB you create the filter object along the lines of >> Hd = dfilt.dffir(....) % or whichever filter type you are using Then to put it into Simulink you'll do >> set_param('Digital...
View ArticleRe: Multiple regression
On 7 Aug., 15:55, Torsten <Torsten.Hen...@umsicht.fraunhofer.de> wrote: > On 7 Aug., 15:47, "Shariful " <endrom...@gmail.com> wrote: > > > > > > > Thanks for your...
View ArticleProblem with sscanf
Hi All, I'm trying to import some large not delimited text files into matlab. Each text file has 33 columns of data with blank spaces between columns. The blank spaces are not constant in width but the...
View ArticleRe: why we divide FFT of the signal by N. and then to find IFFT we multiply...
"Poorya " <pooryaiust.2004@gmail.com> wrote in message <jvq3ok$5bn$1@newscl01ah.mathworks.com>... > > I mean you cannot just simply square the vectors and take their norms and...
View ArticleUrgent requirement for Java with Weblogic
Hi, This is Mike from Comtech Global, I have an urgent requirement for the below position, please check the job description and reply me if you are comfortable with it. Urgent requirement for Java with...
View ArticleRe: Multiple regression
Hi, Thanks for your reply. We have a response variable y which is strongly correlated to three other varibale, say, x1 (of length 20), x2 (of length 30) and x3 (of length 40). Now I would like to...
View ArticleRe: Multiple regression
Hi Torsten, I wonder why should I bulid my X in the following way? --- For i=1:I, For j=1:J, For k=1:K, X((i-1)*J*K+(j-1)*K+k,1:3)=[x1(i) x2(j) x3(k)]; end end end --- Could you...
View ArticleRe: Hist3 function
Thanks Bruno, sorry for the late reply I have been away for a few days. I have been looking for other functions but nothing similar, the only thing I found is plot3 but the function is not what I am...
View Article