Re: Extract values from a string
On 12/15/2012 2:29 PM, Khaled Hamed wrote: ...[top posting repaired--please don't do that; hard conversation follow makes]...> dpb <none@non.net> wrote in message...
View ArticleRe: 'repeat until keypressed' in Matlab?
"pascal" wrote in message <jodbf7$igs$1@newscl01ah.mathworks.com>...> I've made a similair somothing with a while loop.> > I=('meting verrichten')> while I> L=input('1:starten...
View ArticleRe: Convert Matlab plots to AutoCAD formats
Rune Allnor <allnor@tele.ntnu.no> wrote in message <953f5bfc-27d8-47ca-8dbb-77a61ffdedae@m34g2000hsc.googlegroups.com>...> Hi folks.> > I need to produce some plots. I know how to...
View ArticleRe: Alignment of 3D Points
"Anusha " <anusha@cs.usm.my> wrote in message <kai5qc$1ad$1@newscl01ah.mathworks.com>...> Actually A and B represents points on a surface of medical structure. Capturing the medical...
View ArticleRe: Matlab wrong cubic root
> On 12/15/2012 12:19 PM, sergio_r@mail.com wrote:> > Hello all,> >> > Is there a way of telling matlab to return first a real root> > instead of a complex one?> >>...
View ArticleRe: Matlab wrong cubic root
W dniu 2012-12-15 19:19, sergio_r@mail.com pisze:> Hello all,>> Is there a way of telling matlab to return first a real root> instead of a complex one?>> For some strange reason...
View ArticleRe: how to import 3D ultrasound data in the Workspace
Thanks for getting back to me. I am still getting a 768x1024x3 image. The file I am reading in contains raw pixels, not encapsulated. So, processEncapsulatedPixels is not called. When I open the image...
View Articleto improve the method of reduction of PAPR
I am working on the problem of PAPR reduction in OFDM systems and mainly interested in using Golay complementary sequences to reduce the PAPR .These sequences allow simultaneously the correction of...
View ArticleRe: Sharing big data across parfor or spmd
If you can stand storing it N times, then my persistent variable trick seems to work. See my previous post in this thread. "Haoran Xu" <haoran.x@gmail.com> wrote in message...
View ArticleRe: An array problem
"Roger Stafford" wrote in message <kakq15$jgd$1@newscl01ah.mathworks.com>...> "ali kucur" <kobay000@gmail.com> wrote in message <kakneh$cjo$1@newscl01ah.mathworks.com>...> >...
View ArticleNeed help with integration please
Hi, I want to integrate the discrete function a*x_n*(1-x_n) from nr to t (take r=0.005)> > where a:0:0.001:4 and n=0,1,2,3,...., and t\in[nr,(n+1) r] I have tried the following % define the...
View ArticleRe: An array problem
"ali kucur" <kobay000@gmail.com> wrote in message <kakvsl$5oj$1@newscl01ah.mathworks.com>...> i wonder can you tell me what should it like be ? - - - - - - -Â Â It is up to you to...
View ArticleRe: Extract values from a string
On 12/16/2012 10:22 AM, Bruno Luong wrote: ...> part. The string '1.4.6.5.11' is split in three tokens:> '1.4' '6.5' '11'>> Then rounded into integers (%d), thus 1, 7, 11.> ... That's...
View ArticleDynamic/variable OutputPort.Dimensions?
Hi folks, Below is a sample of a text file, called WFtest.txt, that I'm trying to read inside Simulink via a level-2 m-file. 1 0 10 10.8 1 1 1 15 2.55 NaN 1 2 10 54.3 3/4 1 3 15 33.1 1/2/5/6/8 I'm...
View ArticleRe: Delete selection object
"Zettax " <zettaxco@yahoo.co.id> wrote in message <kahfc8$dl$1@newscl01ah.mathworks.com>...> I use 'imfreehand' to select object> > figure, imshow ('car.jpg');> h =...
View ArticleRe: An array problem
"Roger Stafford" wrote in message <kal6o6$ntk$1@newscl01ah.mathworks.com>...> "ali kucur" <kobay000@gmail.com> wrote in message <kakvsl$5oj$1@newscl01ah.mathworks.com>...> >...
View ArticleFailed to open matlabpool
For some reason I am not able to start matlabpool. I think this is a simple error on my part but at the moment, I cannot figure it out. If I simply enter:>> matlabpool open 2 This is the error...
View ArticleRe: Extract values from a string
dpb <none@non.net> wrote in message <kal773$bg9$1@speranza.aioe.org>...> On 12/16/2012 10:22 AM, Bruno Luong wrote:> ...> > > part. The string '1.4.6.5.11' is split in three...
View ArticleRe: Extract values from a string
dpb <none@non.net> wrote in message <kal773$bg9$1@speranza.aioe.org>...> > I'd be interested (and very surprised unless the definition of the d > conversion is far different in...
View ArticleRe: Extract values from a string
On 12/16/2012 5:04 PM, Bruno Luong wrote:> dpb <none@non.net> wrote in message <kal773$bg9$1@speranza.aioe.org>...>>>>> I'd be interested (and very surprised unless the...
View Article