can you help me solve this question
The process of finding the largest number (i.e. the maximum of a group of numbers) is used frequently in computer applications. For example, a program that determines the winner of a sales contest would input the number of units sold by each salesperson. The salesperson who sells the most units wins the contest. Write ... 5 Apr 2010 07:10
updating database
hi, i have connected MATLAB to my access database via ODBC. I can write into data base however cannot update it. heres the part of the program curs = exec(conn, 'select BALANCE_AMNT from LICENCE_NOS'); setdbprefs('DataReturnFormat','numeric'); curs = fetch(curs); BL=curs.Data; display(BL); %f... 5 Apr 2010 18:20
Question on using Hold functions in Matlab
Hi everyone. I need to ask something about the hold on and hold off functions in Matlab!!! I have the following plot: http://dl.dropbox.com/u/5800838/plot1.jpg Which is made of red and blue lines. Now since this plot has already a large number of lines drawn I plotted a new figure since I need to draw other l... 5 Apr 2010 09:22
passing image frm vb.net to matlab
hii i require d folowin in my project im havin d dotnet front end ready n d processing of matlab ready... i need to pass d image frm dotnet to matlab fr processing....how do i go about?? wat all references shall i giv??? is passing of image frm vb.net to matlab possible?? plz help me out ppl..... i dunno nethin ab... 5 Apr 2010 06:06
skip every other number
Hi , I have a vector: A = [ 2 5 8 9 7 6] Using A, how can I get B = [ 2 8 7 ] and C = [ 5 9 6 ] Thanks Ravi ... 5 Apr 2010 07:10
help! how to combine gamma value and noise together?
clear all %study gamma effect img=imread('hello2.jpg'); gamma=0.1; OutImg=imadjust(img,[],[],gamma); %study noise effect NoiseCanvas=ones(size(img)); V=0.1*NoiseCanvas; OutimgwNoise=imnoise(img,'gaussian'); subplot(1,1,1),imshow(OutimgwNoise); ive derived over here, but it seems to have only the... 5 Apr 2010 05:02
MATLAB R2009b can't install on Windows 7
I had the same problem in installing matlab, also in running matlab... the exe file runs in the background... when i disconnect my internet,it works fine... everything would have been ok.. but any standalone exe's that i created in matlab refuse to run....the dos window comes and the program goes to the background...it... 5 Apr 2010 03:58
Bench ODE slower in 64-bit than 32-bit
I am trying to see if 64-bit Matlab is faster than 32-bit. Tried 2009b on the same Core 2 Quad machine, with 64-bit matlab on 64-bit Win 7 and 32-bit matlab on 32-bit Win 7. 32-bit 0.0540 0.1255 0.0954 0.2246 0.3518 0.2156 64-bit 0.0455 0.0849 0.1651 0.2089 0.3534 0.2159 ... 5 Apr 2010 03:58
really need a help
can anyone please help me with this q?? Write the program that simulates the rolling of two dice. The program should use randperm to roll the first dice, and should use randperm again to roll the second dice. The sum of the two values should then be calculated. Your program should roll the two dice 100 times. Use a... 5 Apr 2010 07:10
multivariate adaptive regression splines (MARS) in MATLAB
I MA STUDENT OF MASTERS LEVEL PLEASE PROVIDE ME MARS ... 5 Apr 2010 05:02