|
First
|
Prev |
Next
|
Last
Pages: 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
XOR 2 matrices with decimal values I have 2 10x10 matrices with decimal values, I want to xor every corresponding cells(store the results in first matrix). Is there an easy way to do this or I need to loop through every cell and xor? ... 19 Jun 2008 01:18
Trouble with GUI and analog input interaction Hello all And thanks ahead for your time, I have a gui that is supposed to display input from a Nidaq device in real time. I wish for it to do this as long as the gui is up and running. What I have now is a call in my main gui file opening function to start the input: main_OpeningFcn(hObject, eventdata,... 19 Jun 2008 12:40
imline (R2007a) wait resume Hello, I would like to force the execution of my m code to stop until imline (interactive version) has stopped executing. This will enable me to programmatically determine the coordinates of the line that the user just created on the axes. I am using MATLAB version R2007a, with Image Processing Toolbox Versio... 19 Jun 2008 01:18
ordered probit model It appears that matlab mnrfit function automatically omits the constant term when ordinal data is chosen. "sujata panday" <sujatagp(a)gmail.com> wrote in message <g38gkd$e7e$1(a)fred.mathworks.com>... Hi, I want to estimate an ordered probit model in matlab. I have three categories so the dependent ... 20 Jun 2008 17:23
Matlab in Power Systems (electrical engineering) On Jun 18, 11:51 am, "Mikael Silva" <mikae...(a)yahoo.com.br> wrote: Hello. I'm student of Electrical Engineering in Brazil. I'm studying the second semester. I want to follow the power systems carrer and I would like to know if the Matlab is important in that area. I would also like to know which the main... 19 Jun 2008 01:18
array multiplication Gautam Sethi <gautamsethi(a)gmail.com> wrote in message <5219e6c8-7418-40e6- b4d1-1e8408ec045b(a)27g2000hsf.googlegroups.com>... can someone please tell me how to multiply a 9x2x1 array with a 1x6 array to output a 9x2x6 array? the problem is that my 9x2x1 array is really a 9x2 matrix but i want to assign it a ... 30 Jun 2008 00:26
supply air max 87 90 95, nike shox r2 r5 oz nz shoes, puma lacoste trainers ( www.che apforwholesale.com ) Air Max 87 / 90 / 95 / 97 / 360 / 180 / 2003 / 2008 / TN / LTD Sneakers, Shox R2 / R3 / R4 / R5 / R6 / OZ / NZ / TL / Turob / BMW Sneakers Discout Puma Trainers, Adidas Trainers, Lacoste Trainers, Jordan1-23 Sneakers, Prada Sneakers, AF1 Sneakers, Mauri Sneakers, Dsquared Hogan... 19 Jun 2008 01:18
Reshaping a vector into varying size lines james_1: <SNIP uneven reshaper... one of the solutions is outlined below % the data d='111111000000111111000000'; % - col/row (smart error check left up to you!) dl=[6,3,3,6,3,3]; % the engine mr=max(dl)-1; ixb=[1,1+cumsum(dl)]; ixb(end)=[]; ixe=ixb+dl-1; r=arrayfun(@(... 19 Jun 2008 01:18
finding list of numbers dpb <none(a)non.net> wrote in message <g39vfm$fnj$1(a)aioe.org>... Jessica wrote: ... and I would like to be able to identify both clumps of zeros by having their start and stop row numbers. As a starting point, z = find(x==0); % find the locations of zeroes dz = diff(z) ; % if dz==1, c... 19 Jun 2008 01:18 |