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

Image may be NSFW.
Clik here to view.

Re: princomp on test data

"mainred " <haoqingchuan.28@163.com> wrote in message news:kdu7pc$dtp$1@newscl01ah.mathworks.com...> I implemented pca on training data, and the code follows like this:>...

View Article


Image may be NSFW.
Clik here to view.

(Bug?) How to get an estimated_nsr (without having original Image) for Wiener...

I am using Wiener deconvolution to restore an image which is blurred and noisy. The problem is: I don't have the original image (of course...) and the Matlab documentation uses it to estimate the...

View Article


Image may be NSFW.
Clik here to view.

repeating array elements

% First way: [m n] = size(A); B = reshape(A,1,m,1,n); B = repmat(B, [2 1 2 1]); B = reshape(B,[m n]*2) % Second way B = kron(A,ones(2)) % Bruno

View Article

Image may be NSFW.
Clik here to view.

Re: what dose this error mean -- urgency

no one cant answer me??????????????/ "maia " <antonietta.arista@yahoo.com> wrote in message <kdtquo$og5$1@newscl01ah.mathworks.com>...> hi every one> > when i write this program it...

View Article

Image may be NSFW.
Clik here to view.

Re: random generator seed

Ok, so rng('default') is not equivalent of setting the seed to zero; but the real question is does rng('default') serve the purpose? If I use rnd('state',0), I'll get the message that this syntax is no...

View Article


Image may be NSFW.
Clik here to view.

Re: help me plot this code -- urgency

"maia " <antonietta.arista@yahoo.com> wrote in message <kdsank$br5$1@newscl01ah.mathworks.com>...> hi> i want plot p(K) in this program> when i write the code it give me error>...

View Article

Image may be NSFW.
Clik here to view.

Re: what dose this error mean -- urgency

"maia " <antonietta.arista@yahoo.com> wrote in message <kduv99$lmv$1@newscl01ah.mathworks.com>...> no one cant answer me??????????????/ - - - - - - - - -  See my message in your other...

View Article

Image may be NSFW.
Clik here to view.

Re: Seperate Legend from Figure

what just helped me was this: "Just go to view and then to plot browser. Click on axis and data and hide them, the legend and the color bar will be the only things visible. You can then save that...

View Article


Image may be NSFW.
Clik here to view.

msopen command using variable for file name

HI, I don't seem to be getting the syntax right for using the msopen function to have a Word file open. It works fine if I specifically define the filename, but I want to use a variable that I am...

View Article


Image may be NSFW.
Clik here to view.

Re: random generator seed

"Elnaz " <ebsadeghian@gmail.com> wrote in message news:kdur27$4sr$1@newscl01ah.mathworks.com...> Hi all,> I am running several MATLAB in parallel and I want to have my script > running...

View Article

Image may be NSFW.
Clik here to view.

Re: random generator seed

Thanks Mr. Lord; I got my answer. So, I'll use rng(0) everywhere instead of rand('state',0) or randn('state',0). Elnaz

View Article

Image may be NSFW.
Clik here to view.

Re: what dose this error mean -- urgency

"Roger Stafford" wrote in message <kdv094$pej$1@newscl01ah.mathworks.com>...> "maia " <antonietta.arista@yahoo.com> wrote in message <kduv99$lmv$1@newscl01ah.mathworks.com>...>...

View Article

Image may be NSFW.
Clik here to view.

Re: what dose this error mean -- urgency

"maia " <antonietta.arista@yahoo.com> wrote in message <kdv2rk$5a3$1@newscl01ah.mathworks.com>...> "Roger Stafford" wrote in message <kdv094$pej$1@newscl01ah.mathworks.com>...>...

View Article


Image may be NSFW.
Clik here to view.

Re: Determine relative importance of original variables after performing PCA

"Greg Heath" <heath@alumni.brown.edu> wrote in message <kduohk$nrj$1@newscl01ah.mathworks.com>...> "Maureen " <maureen_510@hotmail.com> wrote in message...

View Article

Image may be NSFW.
Clik here to view.

Re: MANET Mobile Ad hoc Network, Source code, AODV

Hi, I am looking for source code for MANET in MATLAB. Do you have code for AODV then can you please share it with me on "kkp.lamar@gmail.com" I really appreciate your help. Thanks.

View Article


Image may be NSFW.
Clik here to view.

Re: Financial toolbox assumes dates are sorted?

If you look at the constructor>> edit fints/fints you'll see that it sorts the dates when the object is constructed. Also, looking at the methods, for instance,>> edit fints/plus you'll see...

View Article

Image may be NSFW.
Clik here to view.

regionprops

when ever i use the regionprops command i get the following output... Warning: These measurements are not supported if ndims(L) > 2.: MajorAxisLength MinorAxisLength Eccentricity Orientation...

View Article


Image may be NSFW.
Clik here to view.

Re: matlab version and "for" loops

"Jessica " <jly5@duke.edu> wrote in message <kdmql8$n4i$1@newscl01ah.mathworks.com>...> "Bruno Luong" <b.luong@fogale.findmycountry> wrote in message...

View Article

Image may be NSFW.
Clik here to view.

Re: Sum up certain elements of a matrix

Sorry! I got lost writing the message. So, again, I'd like to transform: A =    0.6000 0.7000    0.6000 0.7000    0.6000 0.7000    0.6000 555.0000    0.6000 NaN  555.0000 NaN       NaN NaN In B: B=...

View Article

Image may be NSFW.
Clik here to view.

Re: Mass Centroid

"Javier Fileiv" wrote in message <kdneu0$67o$1@newscl01ah.mathworks.com>...> Hello everyone, I need to find where an arrow is pointing. I was thinking on doing this by some comparison between...

View Article
Browsing all 19628 articles
Browse latest View live