SIETS">
Search   Feed   Browse   Add
Feed items 1 - 10 of 10 for June 2008

NewsIsFree Search:

Search results for "" at newsisfree.com (powered by SIETS

Re: Trouble with GUI and analog input interaction - (Found June 19, 2008 )

Sherryl Radbil" function dothis %Stop running DAQ processes. if(isempty(daqfind)) stop(daqfind) delete(daqfind) % It is important to delete unused object to free resources end %Get analog input device and add channels. ai = analoginput('nidaq', 'Dev1'); addchannel(ai, 0:1); %Set trigger parameters. set(ai, 'SampleRate', 2000); set(ai, 'TriggerType', 'immediate'); set(ai, 'SamplesPerTrigger', 2000); set(ai, 'TriggerRepeat', Inf); %Set timer...
http://www.newsisfree.com/iclick/i,289949458,15637,o/

Re: Sparse Matrix Calculation exceed full matrix times - (Found June 19, 2008 )

John D'Errico" wrote in message ... "Felix Hebeler" wrote in message ... I see. Tried it again with 0.5% nonzero elements, and indeed A=randn(1000,1000)+5; B=sprandn(1000,1000,0.05); This is indeed a 5% sparsity. But your original example was not 10%, but 30% non-zero. B=sprandn(1000,1000,0.3); This is far too full to see much benefit. John Yes, I think a full matrix using NaNs might be more efficient for low sparsities. 10% nzes using.
http://www.newsisfree.com/iclick/i,289949450,15637,o/

Re: linear or non-linear pattern in Logistic Regression - (Found June 19, 2008 )

Li Xin wrote: I have a question on Logistic regression functionDoes it work only for the problem with the linear relationship between the predictors and the logit function Logistic regression is defined as modelling the logit of the response probability as a linear function of the predictors, and that's what GLMFIT does.   You can certainly create new predictors by taking nonlinear transformations of your existing predictors (e.g., quadratic terms, interaction terms),...
http://www.newsisfree.com/iclick/i,289949451,15637,o/

Re: Comparing Data in simulink - (Found June 19, 2008 )

On Jun 19, 8:14=A0am, "rajesh " wrote: Dear All, =A0 =A0 =A0 =A0 =A0 =A0 I have one input signal, say A, which I have to compare with all the MUX signals ( containing 3 signals, say b1, b2, b3). Now, I want to output a signal which is out of these above 3 signals (b1,b2,b3) and that is closest to the input signal A. Can anyone please tell me how to implement this in Simulink --regards Rajesh Rajesh, Subtract A from the MUXed signals using an Add block (it supports...
http://www.newsisfree.com/iclick/i,289949452,15637,o/

datatip with dates on a time series - (Found June 19, 2008 )

Hi, I am using graph with time series and I am looking for a simple way to show a datatip that match the text format used by x and y axes. I am wondering why it seems not to be implemented yet... For instance, I have : plot(x,y) ; datetick('x',1) ; and when I am using datatip, I would like to have: X: 29-Jun-2007 Y: 5.5% instead of X: 733222 Y: 0.055 Is-it possible or would I reprogram everything datedisp(733222) 29-Jun-2007 in MATLAB Central -...
http://www.newsisfree.com/iclick/i,289949453,15637,o/

Re: Need logic for serial number - (Found June 19, 2008 )

In article , John D'Errico wrote: "Shanmukha Moturu" wrote in message ... I have problem in getting logic equation for the numbers bellow for matlab r1 =1 1 3 5 7 9 r2 =3 1 1 5 7 9 r3 =5 3 1 1 3 5 r4 =7 5 3 1 1 3 r5 =9 7 5 3 1 1. toeplitz(1:2:9,1,1:2:9) Looks to me like that's probably what the original poster actually wanted, but it doesn't produce the same answer as what the original poster actually asked for. toeplitz(1:2:9,1,1:2:9) ans = ...
http://www.newsisfree.com/iclick/i,289949454,15637,o/

Re: datatip with dates on a time series - (Found June 19, 2008 )

In article , Olivier wrote: I am using graph with time series and I am looking for a simple way to show a datatip that match the text format used by x and y axes. I am wondering why it seems not to be implemented yet... Possibly no-one ever submitted an enhancement request for it. For instance, I have : plot(x,y) ; datetick('x',1) ; and when I am using datatip, I would like to have: X: 29-Jun-2007 Y: 5.5% instead of X: 733222 Y: 0.055 Is-it possible or...
http://www.newsisfree.com/iclick/i,289949455,15637,o/

Re: vectormatrix calculus software - (Found June 19, 2008 )

In article , gcg2k7 wrote: I'm looking for software that can do symbolic matrix calculus with vectors and matrices as first-class objects. That is, I'd like to be able to define vectors and matrices by their sizes (and possibly other properties) and be able to compute derivatives with the answer given in terms of vectorsmatrices rather than individual scalar elements. When people have asked for matrix derivatives, I have never been sure whether they want element-by-element matrix.
http://www.newsisfree.com/iclick/i,289949456,15637,o/

Re: Overlay pcolor on to grayscale image - (Found June 19, 2008 )

In article , M P wrote: I was wondering if there is a way in MATLAB to make a pcolor plot transparent and overlay it ontop of a grayscale image. See the alpha() routine. You can make images, patches, and surfaces transparent. --   "Tired minds don't plan well. Sleep first, plan later."...
http://www.newsisfree.com/iclick/i,289949457,15637,o/

Re: program not working - (Found June 19, 2008 )

Steven Lord" wrote in message ... "jehenam jehenam" wrote in message news:g3dpdm$n4n$1fred.mathworks.com... A = 750 1000 3000 5000 11999; r = 0.09; n = 10; B = A (1 + r) n; disp( A' B' ) it's a simple program that calculate compound interest. I invest A dollars, i have an interest rate of 9%. I want to check how much money will i get after n years. I use nutlab 2008. some how i get strange results: 1.0e+004 0.0750 0.1776 0.1000...
http://www.newsisfree.com/iclick/i,289949449,15637,o/
Available Archives
- June (10 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact