Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news2.glorb.com!tr22g12.aset.psu.edu!news.mathforum.org!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: HOWTO: Accelerate processing algorithm
Date: Sun, 05 Jul 2009 10:55:47 EDT
Organization: The Math Forum
Lines: 5
Message-ID: <28584772.75880.1246805777676.JavaMail.jakarta@nitrogen.mathforum.org>
References: <h2qd3u$md0$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1246805777 10147 144.118.30.135 (5 Jul 2009 14:56:17 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Sun, 5 Jul 2009 14:56:17 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:552889


Very good point Bruno

It does actually perform much faster. Using @mean I increased from 2s to 4s, and with your new advice, again back to 2.5s

Thans!