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(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 Articlerepeating 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 Articlemsopen 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 Articleregionprops
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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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