First
|
Prev |
Next
|
Last
Pages: 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457
matlab opengl hardware acceleration: does it really work? How? Hello, I am trying to plot some figures really fast using pcolor (which is an actually 2D surface). I tried to use the opengl hardware acceleration but got nothing improvement. using opengl software: K>> opengl software K>> opengl info Version = 1.1.0 Vendor = Microsoft Corporation Renderer = GDI Generic Ma... 18 Jun 2010 21:16
3d interpolation HI all- I have a three-D array 120*100*100, I wish to interpolate the data along the third dimension so that the end result is a matrix 120*100*199. The third dimension is equally spaced. The ouput array would have interpolated values at points between each of the rows and columns and the original data should not be... 18 Jun 2010 17:58
image power spectral density hi all i'm trying to get the PSD of n image with this code : BG_img = double(imread('BG.tiff')); BGfft = sfft2(BG_img); PSD = BGfft.*(conj(BGfft)); is it correct ? ... 18 Jun 2010 17:58
Matlab and VSS Hello Matlab users, I need to save my Matlab project into a Visual SourceSafe DB. I don't understand anything, the options of the contextual menu are inactive although I have specified the source control system in Preferences. Also, it's not clear for me if any file may be sent to VSS or Matlab files only. How to m... 18 Jun 2010 16:50
set the position of a subplot (plotted from mapping toolbox) Have you run into this kind of situations? You want to set the position of a subplot, you thought it is as easy as: set(handle, 'position', [a b c d]). The fact is that when you try to change the size of the subplot, by changing c an d, the location which is supposed to be set by a and b changes again. It is annoying. ... 18 Jun 2010 16:50
Smooting I have a data set that I want to smooth. I would like to take the every ten points and add sum them to make one point. I am unable to find a function that does this. Essentially I would like to decimate my data set but sum the points in between. Any suggestion would be helpful. ... 19 Jun 2010 16:44
UITable Callback Question Hi, I'm making a GUI that takes in input via a table. As the user, you would add data then click start to run the algorithm using the data from the table. My issue is that the Data in a cell is not updated until the user actually moves away from the cell. Is there a way to have the data update upon the value being c... 24 Jun 2010 14:08
Accessing hardware and DLLs in MatLab Hello, I am currently trying to use a piece of hardware through MatLab. The hardware came with it's own software including the NTPORT DLL. I am wondering if there is any way that I can control the device through MatLab rather than opening the software seperately. I thought that if I could do this, it might be impor... 19 Jun 2010 03:43
find intersection coordinates of straingt line & curve Hi.... i have a linear equation to plot a straint line y=3073x-860 and x-y data to plot a non.uniform shaped curve with coordinates [(0,2765) (0.2,2580) (0.4,2370) (0.6,2160) (0.8,1905) (0.9,1765) (1,1490)] Now, the problem is , i want to find the intersection point of the curve and the straight line.... ... 18 Jun 2010 15:44
fit image to screen I am using the code: image(A); set(gcf,'Position',get(0,'Screensize'))%enlarge image to full screen to have a picture appear. I want the picture to expand to the full size of the screen but also want the original dimensions of the picture to remain true to the original. When I use this script, the picture expa... 19 Jun 2010 00:30 |