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

Image may be NSFW.
Clik here to view.

Re: Training multiple data for a single feedforwardnet

"Carlos Aragon" wrote in message <k5n37h$ier$1@newscl01ah.mathworks.com>... > I'm building a feedforwardnet like this: > > (..) > P=[V';ia';w']; > T=[tq']; >...

View Article


Image may be NSFW.
Clik here to view.

Re: MATLAB in MOBILES

Yes ,,,it is possible to install MATLAB in Android based mobile ,, Mathworks has laucnhed 'MATLAB Mobile' application ,, U will get it in Google play for free, But you should have a valid MAthworks...

View Article


Image may be NSFW.
Clik here to view.

Re: Slow repmat

"Matt J" wrote in message <k5pvgi$h86$1@newscl01ah.mathworks.com>... > The first is implemented as an mfile. The second one runs builtin code. that's obvious, but I'm not quite sure that...

View Article

Image may be NSFW.
Clik here to view.

Finding the index of row with smallest sum of squares

Given the value of an arbitrary real matrix given by a driver, how do I work out the index of the row (and then colomn) the smallest sum of squares? I have worked out that the number of rows and...

View Article

Image may be NSFW.
Clik here to view.

Re: Imwrite with colormap

On 10/19/2012 5:25 AM, Nicolás wrote: > Good morning. > I am trying to use imwrite to save a image with a colormap( for example, > 'jet'), and with a value of 25 levels, such as this: >...

View Article


Image may be NSFW.
Clik here to view.

Re: Feedback on New 'Documentation Center' ...

Oh yeah, hire not hide :-) LOL Bruno

View Article

Image may be NSFW.
Clik here to view.

Re: The nearest point to the origin from a given convex hull.

"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <k5tkin$58m$1@newscl01ah.mathworks.com>... > "Xu " <mimiga123@hotmail.com> wrote in message...

View Article

Image may be NSFW.
Clik here to view.

AES used in medical image encryption

how the encrypt image ROI region with the help of ADVANCE ENCRYPTION STANDARD & ROB with the help of GOLD CODE.I do the image encrypt with the help of aes but some error is came.

View Article


Image may be NSFW.
Clik here to view.

How do I change what Matlab recognizes as the column header in a .ASC file?

BACKGROUND: I ran several trials of an experiment and I have .ASC files containing all the data from the trials. Each file contains 23 rows of text above the data, with 21 rows of irrelevant text (it's...

View Article


Image may be NSFW.
Clik here to view.

Finding the maximum number in the matrix

Hello! I am new matlab user. Now I wanna to find out the maximum number in the matrix A=[12 6 -6;6 16 2;-6 2 16], so I type in max(max(A)). But it says there's an error "Subscript indices must either...

View Article

Image may be NSFW.
Clik here to view.

Re: open-loop to closed-loop Narx NN in Matlab Help

"Greg Heath" <heath@alumni.brown.edu> wrote in message <k5r93k$3tg$1@newscl01ah.mathworks.com>... > "Dinie Muhammad" <annursi@gmail.com> wrote in message...

View Article

Image may be NSFW.
Clik here to view.

Re: Finding the maximum number in the matrix

"Oliver" wrote in message <k5up0r$37h$1@newscl01ah.mathworks.com>... > Hello! > > I am new matlab user. Now I wanna to find out the maximum number in the matrix A=[12 6 -6;6 16 2;-6 2...

View Article

Image may be NSFW.
Clik here to view.

Re: The nearest point to the origin from a given convex hull.

"Xu " <mimiga123@hotmail.com> wrote in message <k5ugmk$62m$1@newscl01ah.mathworks.com>... > Thanks for your reply. But what is A and b is my case? I am still confused. A is a matrix, b...

View Article


Image may be NSFW.
Clik here to view.

Get matrix element at position specified by a vector

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Let us consider you've got a = [[2 2]; [3 4]] a =      2 2      3 4 b = [1 1] b =      1 1 How can I get the element of a specified by vector b,...

View Article

Image may be NSFW.
Clik here to view.

Re: Get matrix element at position specified by a vector

On 10/20/2012 3:40 PM, Merciadri Luca wrote: ... ...[given]... > a = [[2 2]; [3 4]] ... > b = [1 1] ... > How can I get the element of a specified by vector b,...  >> a=[2 3;4 5];...

View Article


Image may be NSFW.
Clik here to view.

Re: Get matrix element at position specified by a vector

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 dpb <none@non.net> writes: > On 10/20/2012 3:40 PM, Merciadri Luca wrote: > ... > ...[given]... >> a = [[2 2]; [3 4]] > ......

View Article

Image may be NSFW.
Clik here to view.

Re: Get matrix element at position specified by a vector

On 10/20/2012 3:48 PM, Merciadri Luca wrote: ... > This does not give a(1,1), which is 2. ... Indeed, I had already composed but not posted an 'oops..., mea culpa' response...  >> a(b(1),b(1))...

View Article


Image may be NSFW.
Clik here to view.

Random 3-D Walk

Hello, I'm interested in writing a code that can run through random 3-D walk, with many many steps. I want to be able to count the number of times the random walker touches/bounces off of a particular...

View Article

Image may be NSFW.
Clik here to view.

reassigning value to a variable

Hi, I have created a variable within a loop: HName=strcat(FirstLetter, SecondLetter) HName=AA I have a value: DominanceHierarchy(i,ii) DominanceHierarchy=99 I want to assign this value to the variable...

View Article

Image may be NSFW.
Clik here to view.

Re: Training multiple data for a single feedforwardnet

"Carlos Aragon" wrote in message <k5n37h$ier$1@newscl01ah.mathworks.com>... > I'm building a feedforwardnet like this: > > (..) > P=[V';ia';w']; > T=[tq']; >...

View Article
Browsing all 19628 articles
Browse latest View live