First  |  Prev |  Next  |  Last
Pages: 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
Solution Manuals, Instructor Manuals, Test Banks collection 2011 #3
Cognitive Psychology: Applying The Science Of The Mind, 2nd Edition, Robinson-Riegler, Instructor Manual Cognitive Psychology: Applying The Science Of The Mind, 2nd Edition, Robinson-Riegler, Test Bank Cognitive Psychology: Mind and Brain, 1st Edition 2007, Smith, Kosslyn, Instructor Manual Cognitive Psychology: Min... 10 Jul 2010 21:30
remove duplicate rows in sparse matrix
"Ross Anderson" <rpa5nospam(a)cornell.edu> wrote in message <i180dd$sid$1(a)fred.mathworks.com>... Hi all, I have Ax=B where A and B are sparse. I want to reduce this so any row ax=b is unique, but I don't have the resources to make A and B full first. If I could, I could say Afull = [full(A) full(B)]; ... 10 Jul 2010 20:24
code error
function fun=myfun(m,x); a=double(2/m(1)); b=double((m(2)-1)/m(1)); c=double(1/m(1)); d=double(m(2)/m(1)); e=double(3/m(1)); g=double((m(2)-2)/m(1)); h=beta(a,b); i=beta(c,d); j=beta(e,g); m(3)=2/(1+e^(-m(3)))-1; S=(1+3*m(3).^2-4*m(3).^2*h.^2.*i.^(-1).*j.^(-1)).^(1/2); K=(m(1)/(m(2)-2)).^(1/m(1)).*i.*j.^(-1... 10 Jul 2010 20:24
2D interpolation error
Hello everyone, I am trying to write a function that gets certain data values from netcdf file and then, using 2D interpolation, calculates the value of data in between the coordinates. The syntax I am using is as follows; ZI = interp2(X,Y,Z,XI,YI) data_set = -5.1695 -5.6024 -5.3846 -5.8743 (d... 11 Jul 2010 09:21
timer object communication via socket
Hello to everyone, I have this function in my slave computer that receive signal from the master, it start fine, the problem is when I call the function pausexx in the uicontrol, I forze to the slave to do not communicate with the master, but when I call the function pausexx again to restart the communication the commu... 12 Jul 2010 10:41
Remove small objects from binary image without erode.
"Anh son" <pason2009(a)yahoo.de> wrote in message <hgatc7$rh8$1(a)fred.mathworks.com>... Is that what u need? help bwareaopen BWAREAOPEN Morphologically open binary image (remove small objects). Hope that it helps. Son ------------------------------------------------------------------- I know tha... 10 Jul 2010 18:13
remove duplicate rows in sparse matrix
"Ross Anderson" <rpa5nospam(a)cornell.edu> wrote in message <i180dd$sid$1(a)fred.mathworks.com>... Hi all, I have Ax=B where A and B are sparse. I want to reduce this so any row ax=b is unique, but I don't have the resources to make A and B full first. If I could, I could say Afull = [full(A) full(B)]; ... 10 Jul 2010 17:06
Help optimizing Date Conversions
Hi, I am working on some code to process very large amounts of data (csv files with 10 million + rows) and I need some help optimizing a section. Any chance I can get a suggestion to improve the following date conversion? What I have: A date represented as an int32 (eg. 20071231 = 31-Dec-2007) and a time repres... 10 Jul 2010 18:13
Remove small objects from binary image without erode.
"saurabh pandey" <sathiya_saurabh(a)yahoo.co.in> wrote in message <i1a8he$jsu$1(a)fred.mathworks.com>... "kinor " <kinor.removethiswithdot(a)gmx.de> wrote in message <hgb63f$20c$1(a)fred.mathworks.com>... "Ironic Prata" <lixodoironic(a)hotmail.com> wrote in message <hg99es$1ou$1(a)fred.mathworks.com>... Is t... 10 Jul 2010 14:54
timer function
Hello to everyone, there another way to pass all the variables sm.... through the function timerFun instead of define them as global?..thanks in advance. function prueba t1 = timer('TimerFcn',@timerFun,'executionmode','fixedrate'); start(t1); global sm_ack global sm_init global sm_startmove ... 10 Jul 2010 16:00
First  |  Prev |  Next  |  Last
Pages: 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297