Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Browsing all 19628 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Image may be NSFW.
Clik here to view.

matlab 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

background 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 Article


Image may be NSFW.
Clik here to view.

Neural 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 Article


Image may be NSFW.
Clik here to view.

matlab

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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

error-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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

GUI 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 Article


Image may be NSFW.
Clik here to view.

Snapping 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 Article

Image may be NSFW.
Clik here to view.

Creating 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 Article

Image may be NSFW.
Clik here to view.

Re: 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
Browsing all 19628 articles
Browse latest View live