Re: Cannot enable breakpoint(s) because of syntax error.
"Matt J" wrote in message <k643ok$7vk$1@newscl01ah.mathworks.com>... > "kinor" wrote in message <k641he$rrc$1@newscl01ah.mathworks.com>... > > Dear all, > > > > my...
View ArticleRe: Computation concerning 2-D arrays not compiling
"Sebastian" wrote in message <k655b3$6uj$1@newscl01ah.mathworks.com>... > I = {0.2, 0.7, 0.9, 0.6, 0.3, 0.5, 0.4, 0.8, 0.5, 0.1}; Why using CELL? Try with array: I = [0.2, 0.7, 0.9, 0.6, 0.3,...
View ArticleHow to separate a certain frequency domain of the PSD
Hello, I have plotted a power spectral density of a signal by using the function pwelch. Now I would like to search a maximum amplitude value between 4-10 Hz. How can I separate the frequency domain of...
View ArticleHow to find the major and minor axes of an ellipse with known centre and a...
Given : Â the centre (xc, yc), Â a point on the ellipse (x, y) Â the ratio of the length of the major (a) to minor (b) semiaxes (r = b/a) Â and the angle of rotation of the major semiaxis from the positive...
View ArticleRe: Computation concerning 2-D arrays not compiling
Wow that was it... There's a bunch more bugs that pop up but they are minor.. thanks alot!!
View Articlematlab online free courses
Hello, Is there any online free courses of matlab? I want to learn it quickly. Thank you in advance. Best regards, Hao
View ArticleRe: How to find the major and minor axes of an ellipse with known centre and...
"Steven " <steven_ew@hotmail.com> wrote in message <k65nv7$7rk$1@newscl01ah.mathworks.com>... > > If we let P = [(x-xc) * cos(t) - (y-yc) * sin*(t)] then this simplifies (in...
View Articlebackground subtraction
i am running program for background subtraction but after this function this function is giving an error. If anyone can help me please resolve this problem for MTLAB r2011a the function is for i =...
View ArticleNeural Network toolbox, how to predict?
Hello everyone, I am using Neural Network toolbox to do pattern recognition, but now I have a problem. I have already trained the neural network. To do the pattern recognition, I will test the network....
View Articlematlab
hi community i want to match two videos eg 1st one is full video & 2nd one some part of that video . when 2nd one is appear during playing video of 1st one it is detected. want code in mat lab. it...
View ArticleRe: matlab 2012b hangs on Mac OS X
Does anyone have a workaround for this issue? I would like to keep using this software, but can't believe it hangs when trying to use the documentation. Guess it wasn't beta tested very well... "Chris"...
View Articleerror-The data sites should be distinct.
load x.txt  x = x';  % maximum envelope maxi=[]; mapo=[]; for i=1:250:200000;     [c,d]=max(x(i:i+250));     maxi=[maxi,c] % maximum value in a window     mapo=[mapo,d+(i-1)]; %position of maximum...
View ArticleRe: Neural Network toolbox, how to predict?
"Hao " <weihao.hello@gmail.com> wrote in message <k65ufb$s1f$1@newscl01ah.mathworks.com>... > Hello everyone, > > I am using Neural Network toolbox to do pattern recognition, but...
View ArticleRe: Get the name of the invoking m-file
"Martyna" wrote in message <k685c4$i8s$1@newscl01ah.mathworks.com>... > Dear Community, > suppose that I call function fun in the m-file (which is not a function) example.m. Function fun...
View ArticleRe: Create empty 3-by-3 matrix
"Christine" wrote in message <h49mmu$c4d$1@fred.mathworks.com>... > Hi, > > I know that to create a 0-by-0 matrix, we can use the square bracket operators with no value specified: >...
View ArticleRe: Matlab Neural Network Toolkit Question - Online Learning
"Andriy" wrote in message <k67o0k$5c0$1@newscl01ah.mathworks.com>... > Hi everyone, > > I have a question regarding neural network toolkit in matlab. > > I have the following...
View ArticleGUI ERROR
Hi! I've done a simple gui that takes as input two numbers (qlh, qlc) and gives as output qlh*qlc. In the first run all is ok! if I try to change the qlh input value it gives me this error. Help...
View ArticleSnapping line to grid (matrix indices) points and extracting elements from...
Hi! I have a digital elevation map (DEM), so this is the matrix of the terrain heights in Gauss Kruger coordinate system. The matrix size is 1015x939 and each element of the matrix presents the...
View ArticleCreating gif animation in Matlab
Hallo, I am a new comer here. I have a simple question regarding plot of animation as gif file. Everything looks Ok, but the animation seems not perfect, because the X and Y axis were not appearing in...
View ArticleRe: Create empty 3-by-3 matrix
"Christoph " <grisi.huber@gmail.com> wrote in message news:k68lle$bit$1@newscl01ah.mathworks.com... *snip* > i know, the thread is already quite old. > however this solution has not been...
View Article