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 ArticleRe: 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 ArticleRe: 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 ArticleFinding 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 ArticleRe: 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 ArticleRe: 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 ArticleAES 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 ArticleHow 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 ArticleFinding 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleGet 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRandom 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 Articlereassigning 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 ArticleRe: 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