Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Weighted linspace?
Date: Fri, 8 Aug 2008 18:04:02 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 14
Message-ID: <g7i1qi$74p$1@fred.mathworks.com>
References: <g7hvhf$8lt$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1218218642 7321 172.30.248.37 (8 Aug 2008 18:04:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 8 Aug 2008 18:04:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:484536



"Sven " <sven.holcombe@gmail.deleteme.com> wrote in message
<g7hvhf$8lt$1@fred.mathworks.com>...
> Hi there,

> 
> I'm pretty sure this can be done in some simple operation
> that I just haven't figure out yet...
> Any ideas?
> 
That's called logspace

x = logspace(log10(x1),log10(x2),n)

%Bruno