I need code for optimization of neural network weights using GA please help
I need code for optimization of neural network weights using GA please help
View ArticleRe: xlsread function creates problem in every version of MATLAB
Sandipan, It seems there is something wrong with MATLAB's connection to Excel. Can you reproduce this after you restart your computer? Do you see a lot of properties and methods when you do:Â >>...
View ArticleRe: Problem using horzcat with index vectors in a for loop
Yes, apologies again for my lack of clarity. Original data: originalA =Â Â Â Â Â 2 4 3.1 2.5Â Â Â Â Â 5 7 3.4 3.7Â Â Â Â Â 2 4 6.7 2.8Â Â Â Â Â 3 1 3.3 7.6Â Â Â Â Â 8 4 4.6 6.7 originalB =Â Â Â Â Â 5 7 5.8 9.5Â Â Â Â Â 2 4 5.1 4.5Â Â Â Â Â 2...
View ArticleRe: Using Cuda on a Server
Edric M Ellis <eellis@mathworks.com> wrote in message > Do you have MATLAB Distributed Computing Server installed on the> 'server' machine? (http://www.mathworks.com/products/distriben/) If...
View ArticleRe: Using Cuda on a Server
Edric M Ellis <eellis@mathworks.com> wrote in message <ytwk3r5xt7t.fsf@uk-eellis0l.dhcp.mathworks.com>...> "Alafm " <abdoulaye-gory@edu.em-lyon.com> writes:> > > I have a...
View ArticleRe: How to get the volume of a 3D concave shape?
Have a look at the following thread:http://www.mathworks.co.uk/matlabcentral/newsreader/view_thread/289429#772542 Hope this helps, Adam
View ArticleBioimage data analysis master course
Dear Colleagues, We are pleased to announce the EMBL Master Course Bioimage Data Analysis to be held from Monday, 13 May - Friday ,17 May 2013. This course will focus on computational methods for...
View ArticleRe: Help using textscan or sscanf
"james bejon" wrote in message <kdk3ol$ngp$1@newscl01ah.mathworks.com>...> Sorry, I meant more specifically:> > What's the rule for getting '09837381019' to '4412373810', e.g., "If there...
View ArticleSingle Trendline for multiple datasets
I have a plot with multiple datasets plotted, and would like to plot on top a single trendline for all the datasets - is there an easy way to do this?
View ArticleRe: Single Trendline for multiple datasets
On Thursday, January 24, 2013 9:24:08 AM UTC+13, Charlotte wrote:> I have a plot with multiple datasets plotted, and would like to plot on top a single trendline for all the datasets - is there an...
View ArticleRe: neural network
"Greg Heath" <heath@alumni.brown.edu> wrote in message <kdgo47$lcd$1@newscl01ah.mathworks.com>...> "Greg Heath" <heath@alumni.brown.edu> wrote in message...
View ArticleRe: neural network
"Greg Heath" <heath@alumni.brown.edu> wrote in message <kdgo47$lcd$1@newscl01ah.mathworks.com>...> "Greg Heath" <heath@alumni.brown.edu> wrote in message...
View ArticleRe: neural network
"Jamaa Ambarak" <jamaa73@yahoo.com> wrote in message <kdphjo$ctq$1@newscl01ah.mathworks.com>...> "Greg Heath" <heath@alumni.brown.edu> wrote in message...
View ArticleRe: How to distinguish 64bit from 32 bit versions
In 2011b, Dan is correct, the help is misleading: I have a Windows 7 64-bit computer, and I have both the 32-bit and 64-bit versions of MATLAB installed; 'computer' in the 64-bit version returns...
View ArticleRe: Single Trendline for multiple datasets
On 1/23/2013 2:24 PM, Charlotte wrote:> I have a plot with multiple datasets plotted, and would like to plot on> top a single trendline for all the datasets - is there an easy way to do> this?...
View ArticleRe: adding new field to a struct
On 1/23/2013 2:04 PM, tony karamp wrote: ...> mana is an array of structs.> data is the struct and I want to add the data.son as a field to the data> struct>> my code is:>>...
View ArticleRe: Help using textscan or sscanf
Yes, that wd be better--thanks. (At home, I use Octave, which doesn't seem to accept "\d", so this was a bit of a quick fix)
View ArticleRe: Single Trendline for multiple datasets
TideMan <mulgor@gmail.com> wrote in message <5ee51095-fef4-4353-8f44-4474a719180f@googlegroups.com>...> On Thursday, January 24, 2013 9:24:08 AM UTC+13, Charlotte wrote:> > I have...
View ArticleRe: Temporary output when assigning into slices?
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <kdpg30$6gl$1@newscl01ah.mathworks.com>...>> > A(:,1)=B*x;> > > > Is this equivalent to> > > >...
View ArticleRe: Temporary output when assigning into slices?
"Matt J" wrote in message <kdpja4$jnk$1@newscl01ah.mathworks.com>...> > Don't you mean, that optimization cannot be carried out in the *latter* example? I can see for example why > >...
View Article