Re: Voronoi function
There is few mistakes in my previous code, consider this one: x=rand(1,10); y=rand(1,10); dt = DelaunayTri([x(:) y(:)]); [v, reg] = dt.voronoiDiagram; if length(reg) ~= size(dt.X,1) Â Â Â Â % My 2012B...
View Articlegnumex cann't create.def files
I am unable to get gnumex to work. My current setup is: gnumex 2.04 Windows 7 32bit MinGW 20111118 Matlab R2011b When I press "make options file" I get the following error: Â problem creating.def files:...
View ArticleRe: Voronoi function
Bruno, it sounds like you wrote this code. In the code it says 'Deal with infinity vertexes'. Are these the arbitrary endpoints I mentioned previously? If so, how are they associated with the regions?...
View ArticleRe: Dwork.data as an index
superficially looks OK. Put a break point in the editor on the line causing the problem, run the model, and then inspect the values. What values do they have? Phil.
View ArticleRe: Voronoi function
"Andy Fox" <andyfox28@yahoo.com> wrote in message <k5egqj$74r$1@newscl01ah.mathworks.com>... > Bruno, it sounds like you wrote this code. In the code it says 'Deal with infinity...
View ArticleRe: Is a newer version of Matlab always faster?
On 10/15/2012 5:02 AM, Jason wrote: ... > To follow up on this, the following shows the specifications of my > computers: > The one with R2010b: > Xeon X5680 @ 3.33GHz, RAM 24GB, Win7...
View ArticleRe: Feedback on New 'Documentation Center' ...
On 10/14/2012 11:59 PM, Nasser M. Abbasi wrote: > On 10/14/2012 11:35 PM, dpb wrote: >> Hello again, >> Just closing the loop on the concerns you've shared regarding the >> changes...
View ArticleRe: Is a newer version of Matlab always faster?
On 10/15/2012 8:29 AM, dpb wrote: ... > It's essentially nothing of the "spec's" that can matter even w/o > addressing what's different between the two releases of Matlab... ... and doesn't...
View ArticleConverter method results in syntax error
Hi, I'm trying to write a converter method for my custom class to another class which is inside a sub-package. This results into the following piece of code: classdef Mode   enumeration     ...   end...
View ArticleRe: Is a newer version of Matlab always faster?
"Jason " <loooooo@hotmail.com> wrote in message news:k5gmuv$ou7$1@newscl01ah.mathworks.com... > "Steven_Lord" <slord@mathworks.com> wrote in message >...
View ArticleRe: Opening Matlab from Mac Terminal
"Abbie " <REMOVE.THISabbiekressner@gmail.com> wrote in message news:k59vvn$l6u$1@newscl01ah.mathworks.com... > "Steven_Lord" <slord@mathworks.com> wrote in message >...
View ArticleIncrements and angle of a vector
I have two time-series x and y with sampling rate 1sample/sec. I want to compute the increments of those two every 1sec (a moving window maybe but how?) and then assuming that x's increments are lying...
View Articlevrjoystick command
I've been using the vrjoystick command on my laptop, which has the R2009b verson of matlab. However, I need to use the same command on another computer that only has the R2011a version. Is there a way...
View ArticleRe: UDP block via Simulink
So, you have two separate computers, both running Simulink? And you connect them to each other via an ethernet cable? Each computer (or actually, each network card in each computer) has its own IP....
View ArticleRe: Why is interp1(x,Y,...) being removed?
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message news:k5bpkl$qvc$1@newscl01ah.mathworks.com... > "Matt J" wrote in message <k5bogv$nch$1@newscl01ah.mathworks.com>... >...
View Articlei8256x network card supported by xPC Real Time UDP?
Can anyone tell me if the i8256x chipset is supported by the Real Time UDP blocks for xPC? Thanks, Gijs van Oort
View ArticleRe: Why is interp1(x,Y,...) being removed?
"dpb" <none@non.net> wrote in message news:k5a197$3re$1@speranza.aioe.org... > On 10/12/2012 2:23 PM, Penny Anderson wrote: > ... > >> Can you please tell us a little bit more...
View ArticleRe: Feedback on New 'Documentation Center' ...
"dpb" <none@non.net> wrote in message news:k5g3qi$6u2$1@speranza.aioe.org... > Hello again, > Just closing the loop on the concerns you've shared regarding the changes > shipped in 12b...
View Article3D plot with map on top
Dear all, I want to make a 3D plot of some epicenters location. I would like to know if there is an example of how to do it. So I want a coastline when z=0, and the points with the location of the...
View Article