Re: Conditional probability
"Tom Lane" <tlane@mathworks.com> wrote in message <kg8pev$l4t$1@newscl01ah.mathworks.com>...> > I am having some problems in calculating conditional probability. To > > explain...
View ArticleRe: No more fmincon messages!
"Manalap" wrote in message <kgbe73$s7h$1@newscl01ah.mathworks.com>...> Perhaps I don't know how to put options.> > options = optimset('Display','off');>...
View ArticleSpeaker Recognition System
Dear Sir/Madam, I want to request you to send me code on " Speaker Recognition System - Release 1.0 " implemented in Matlab based on neural networks. Sir its very urgent so please send it quickly....
View ArticlePDE with Coupled Boundary Conditions
Hi Guys, I am trying to solve the heat equation in a system with multiple coupled layers, each with its own thermal diffusivity. I cannot find any clear way to specify the boundary conditions here...
View ArticleRe: Asymmetric sine wave
"Nasser M. Abbasi" wrote in message <kga2lb$n6a$1@speranza.aioe.org>...> On 2/22/2013 10:12 PM, srivastava tumuluri wrote:> > >> > %% sin tes> > for z=0:1:10;> >...
View ArticleRe: Polyfit data
On 2/23/2013 1:42 PM, Ryan Pelky wrote:> I have a set of data which is 19 rows by 2 columns. I'm trying to run a> for loop to plot polyfit lines of different orders (1:7) here is what I> came...
View ArticleUsing piecewise-constant functions in ode Simulink
Hi, I want to integrate the multiplication of a cosine with a piecewise-constant function (e.g. 1 from 0 to 1/1000, -1 from 1/1000 to 2/1000, ...) The time axis is equally distributed among the time...
View ArticleRe: cla clearing handles from the wrong axis
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <kgdqnq$d5q$1@newscl01ah.mathworks.com>...> FYI I understood what happens.> > Bruno So what I'm not understanding then...
View ArticleRe: Interactive Books with MATLAB
"Martin Trauth" <trauth@geo.uni-potsdam.de> wrote in message <jt3i33$557$1@newscl01ah.mathworks.com>...> Dear all,> > I know about the publishing feature of MATLAB but this creates...
View ArticleRe: cla clearing handles from the wrong axis
"Scott" wrote in message <kgdsag$guq$1@newscl01ah.mathworks.com>...> > So what I'm not understanding then about your answer are a few things:> > Why does it only touch some of the...
View ArticleRe: Interactive Books with MATLAB
> R (the open-source statistical programming language) now has a package called Shiny (go to www.rstudio.com) which lets you wrap R functions into applets. Obviously MATLAB has functionality that R...
View ArticleRe: cla clearing handles from the wrong axis
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <kgdtjn$kb7$1@newscl01ah.mathworks.com>...> "Scott" wrote in message <kgdsag$guq$1@newscl01ah.mathworks.com>...>...
View ArticleRe: Change the format of text file generated from MATLAB code
> Depends what you are using for output:> fid=fopen(txtfile,'wt');> fprintf(fid,'%0.3f\n',out); % One per line> fclose(fid);> is one way to get what you want. Thanks for your reply. But...
View Articleعاجل حوار الرئيس محمد مرسى م
2sfM4SDN5sfRIMfh0cbt0yDjzePPIOPR0+wg49og2uPR5iDH4eHty+wg5iDH4d7Rx9HKIOYgx+HK 1dHtzcfKIN/H4+EK5u3myu3myCAyMDEzLzIvMjQKCmh0dHA6Ly9nb28uZ2wvMlkyV0Q=
View Articleمشاهدة الرئيس محمد مرسى مع ع
49TH5c/JIMfh0cbt0yDjzePPIOPR0+wg49og2uPR5iDH4eHty+wg2uHsIN7kx8kgx+HjzebRIMjR 5MfjzCA5MCDP3u3eyQoKaHR0cDovL2dvby5nbC82Tk4waA==
View ArticleRe: Working with large data sets
TideMan <mulgor@gmail.com> wrote in message <2b6331f0-99b4-4ece-b212-76e0050e985e@googlegroups.com>...> On Monday, February 25, 2013 5:46:05 AM UTC+13, Jonathon Slightam wrote:> >...
View ArticleRe: Change the format of text file generated from MATLAB code
On 2/24/2013 3:46 PM, dhiraj wrote:>>> Depends what you are using for output:>> fid=fopen(txtfile,'wt');>> fprintf(fid,'%0.3f\n',out); % One per line>> fclose(fid);>>...
View ArticleRe: Change the format of text file generated from MATLAB code
> You're not showing something then...> > >> format shorte> >> x> x => 6.9905e+01 8.0573e+01 7.9433e+01 8.0573e+01 7.9433e+01> 6.9194e+01 8.3739e+01 7.9607e+01...
View ArticleRemoving spaces in a palindrome
So I'm creating a function that takes input strings and gives an output of a logical value true or false if the input is a palindrome or not. Only problem is I don't know how I would do it so that it...
View Article