First
|
Prev |
Next
|
Last
Pages: 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
Print figures size and other issues Hi all, I use Matlab to make a lot of figures for my reports. I'd like to be able to print the figures in a way so that there is a 1:1 ratio between what I display and the saved picture (the -r0 improves the results but I don't get exactly the same results I set using the 'OuterPosition' value). Also I would like to... 14 Jul 2010 12:04
Visual descriptors mpeg-7 "Bartolomeo Trimpono" <azaleo(a)zonecom.com> wrote in message <feba88$3vg$1(a)fred.mathworks.com>... hi, do you know where i can download a toolbox or code to extract mpeg7's visual descriptors? I'm also interested on it. Did you receive some source code? ... 8 Jul 2010 12:29
contour plot Dear Matlab user, I would like to make a contour plot of my observation data. I have hourly rainfall data from 4 stations. I would like to produce a 2D rainfall plot to compare with my model. Can anybody give me hint how to make a contour map. Any help would be highly appreciated. Thanks Ambar ... 8 Jul 2010 13:36
Using xcorr on a 10512 x 10512 with 6 lags Hi I'm trying to get auto-correlation of a 10512 x 120 matrix with 6 shifts. The result is 13 x 10512^2 matrix which it seems kills my computer. I'm using a MAC with 32GB of RAM and it's still crashing! I was wondering if there was a way to reduce the memory imprint of xcorr? The dataset is a time-series and I'm trying... 16 Jul 2010 19:52
Errors while compiling a matlab GUI m-file Hello Matlab Community, Please help as this is critical! I'm new to creating Matlab GUIs. I have created a straight forward GUI that works fine in the Matlab enviroment and consists of simple static text, editable text and push buttons. When I compile to create a stand alone application using 'mcc -o outputfile -m g... 8 Jul 2010 12:29
Monitoring external executable output Hi All, I have a Matlab script which calls an executable for some computations that take quite a long time to complete. The program prints progress messages to stdout, I'd like to show a progress bar which updates by parsing these messages. Is there a way to attach to the stdout of the program from Matlab? ... 8 Jul 2010 15:51
rotating a 4D matrix Hi all, I am currently having trouble rotating my matrix so that I can use it in further calculations. The matrix is 64X64X64 and consists of numerical values representing a magnetic field strength at the point indicated by it's location in the matrix (the value of field(a,b,c) shows the field's strength at x=a y=... 8 Jul 2010 18:05
Why do Image Size Dimensions Change Hi, all, Am a newbie to Matlab and image processing. Have been reading the book, Digital Image Processing by Gonzales et al. But I have a question....if someone could explain in more detail to me... Why do the dimensions of the image change? Is it due to the conversion? e.g., I = imread('new-001.tif'); % ... 8 Jul 2010 18:05
Detecting lines from points on 2d graph Hi all, I am programming a gui for leveling fields, and now I want to divide the field into multiple sections. For those divisions, I want to define some lines that pass throught a set a points that I have found on my field. Those points are found by a local minimum and maximum analysis of my fields. So I want my di... 8 Jul 2010 12:29
Force-Feedback Joystick I have a Saitek Cyborg 3D Force (j45) joystick. I believe I have the drivers installed properly in Windows 7. The windows configuration panel activates the force feedback without any problems. In Matlab I issued the following commands: joy = vrjoystick(1); caps(joy) Output: ans = Axes: 4 ... 8 Jul 2010 12:29 |