Re: matlab serial/fgets doesn't work with non ascii chars
"francesc oller" wrote in message <keo1c4$4ph$1@newscl01ah.mathworks.com>...> executing the script:> > in = serial('/dev/ttyS0', 'BaudRate', 9600, 'DataBits', 8, ...> 'Parity',...
View ArticleRe: First order optimality Measure
"George A." <ga2311@columbia.edu> wrote in message <kencav$mhu$1@newscl01ah.mathworks.com>...> "Matt J" wrote in message <kehaap$qts$1@newscl01ah.mathworks.com>...> > "George...
View ArticleFetch Data Cursor on figure update
Hi. I've asked this already in the Matlab Answers, but no one seeing it seemed to have an answer, so I'll try here also.. I've re-directed the Data Cursor callback to my own function. In there I like...
View ArticleRe: Extract numbers from table containing text and numbers
On 2/4/2013 1:45 PM, Bruno Luong wrote:> dpb <none@non.net> wrote in message <kem3f8$psl$1@speranza.aioe.org>...>>>> As far as this thing about documentation; I defy you to...
View ArticleRe: EM parameters during GMM classifier training
> Is there a way to have more control over the way EM is operating, e.g., > define starting points? The following shows that you can specify the starting values of the mean, covariance, and...
View ArticleRe: Colomap size limit
"Debejyo Chakraborty" <debejyo.removethis@yahoo.com> wrote in message <kep77f$9qi$1@newscl01ah.mathworks.com>...> One interesting problem. I was building custom colormaps. It so turns...
View ArticleRe: matlab serial/fgets doesn't work with non ascii chars
"Michael" wrote in message <kep9b1$i1t$1@newscl01ah.mathworks.com>...> "francesc oller" wrote in message <keo1c4$4ph$1@newscl01ah.mathworks.com>...> > executing the script:>...
View Article3-D surface Plot
Hi, I am trying to create a 3-D Sine Wave, I am trying to use the mesh and surf commands, but I cant get it to come in as 3-D. Here is what I have so far:>>[X, Y] = meshgrid(-4:2:4,...
View ArticleRe: Friction modelling
Earlier, usenet's grand fumblewit Abdul wrote:> Hello,> > I have modelled a vehicle in Simulink and have successfully controlled> it using fuzzy logic control system,> > I am NOW...
View ArticleRe: lomb scargle periodogram
Earlier, usenet's grand fumblewit Moon Datta wrote:> Sir,> I have a time series of 1095 data points with time interval 1 day.> > I want to find the periodicity that is hidden in this data...
View ArticleRe: Extract numbers from table containing text and numbers
On 2/4/2013 3:57 PM, dpb wrote: ...> textscan() is very complex; it's not surprising given how recently it> has been introduced it still has warts. Also not terribly surprising is> that...
View ArticleRe: sbiosimulate (sensitivity analysis) error
OK, if I want to add all parameters and all species how I could modify your command line. Thanks, Jerry
View Articlepcolor: color density scale not correct (linear scale)
"histmat" is a 64x64 integer matrix which stores the 2d histogram data. The range of "histmat" is: min(min(histmat))=0 max(max(histmat))=2.5E4 I use pcolor(xedges, yedges, histmat) to show the color...
View ArticleRe: compiling cuda file to create ptx file + passing matrices from matlab to...
Edric M Ellis <eellis@mathworks.com> wrote in message <ytwwquowjeg.fsf@uk-eellis0l.dhcp.mathworks.com>...> "AL_math " <anatlibman1@gmail.com> writes:> > > I am trying to...
View ArticleICC
I am using the function: [r, LB, UB, F, df1, df2, p] = ICC(ICC.Shouldercenter(:,1:2), '1-1') And I get the following error: This index expression yields only one result. What am I doing wrong?
View ArticleICC
I am using the following function: [r, LB, UB, F, df1, df2, p] = ICC(ICC.Shouldercenter(:,1:2), '1-1') And I get this error: This index expression yields only one result. What am I doing wrong?
View ArticleHand Tracking
Please this is my second message can any body help me with the k curvature for fingertips detection if anybody can give the code I'll be very thankful
View ArticleRe: compiling cuda file to create ptx file + passing matrices from matlab to...
"AL_math " <anatlibman1@gmail.com> writes:> I have another issue though, maybe you can help me with this one:> I am trying to create a cuda kernel that works on matrices.> in the visual...
View ArticleRiccati Equation Dare
Good day! I'm reading article in economics now. There is discrete Riccati equation there. I know about function DARE in Matlab, but matrixes A and Q in [X,L,G] = dare(A,B,Q,R) depend upon X, i.e....
View ArticleRe: Sorting of multidimensional matrix
"M@lik Ali" wrote in message <kespqs$7vm$1@newscl01ah.mathworks.com>...> "M@lik Ali" wrote in message <keskec$j3n$1@newscl01ah.mathworks.com>...> > I have a matrix like below>...
View Article