First  |  Prev |  Next  |  Last
Pages: 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
Matlab creates screwed up Postscript files
Hi, I'm not sure whether this is matlab's fault or what... I use Scientific Workplace (a LaTeX front end) and when I save the figure in Matlab as an EPS and import it in LaTeX it shows up just fine in the program and in the resulting dvi viewer. However, when I print the dvi file out of the dvi viewer, whet... 29 Jun 2010 01:59
automatic gain control
I am trying to simulate agc in matlab simulink. I am unable to find perfect function for variable gain amplifier. i used Vo = k*Vi* exp(a*Vc) where Vi is the input, Vo is agc output and Vc is the error voltage. but this logic dosen't work and my output changes as input changes. Can someone please suggest me a perfect l... 29 Jun 2010 01:59
Read Image from RAW (image data before demosaicking)
"Jack Branning" <jbr.nospam(a)nospam.com> wrote in message <i0ak93$480$1(a)fred.mathworks.com>... Hello, Does anyone know how I can open a RAW image (preferably .RWL taken from a Leica camera) such that I can see the data straight from the sensor before color interpolation? For example, for pixel 1,1 I expect to... 29 Jun 2010 01:59
Prob with the values of waveform obtained
Hi Guys I have written a matlab code to obtain the values of a waveform from an oscilloscope. I use a GPIB USB interface. I have set the encoding to be binary. But the obtained waveform values is #41000ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ... 29 Jun 2010 19:36
Differentiating surface composed of isolevels?
Hello, I have a number (12) of isolevels (0 = f(x,y,z = z_i) ) of a surface 0 = f(x,y,z). Now, I want to find dz/dx at the isocurve 0 = f(x = x_a,y,z) for arbitrary x_a. How do I do this? The 12 previously mentioned isolevels are equally spaced and so are the values of y at which the isolevels are specified. So far ... 28 Jun 2010 23:50
How to find the peaks in a 2D map?
Hi : I have a 2D map with a lot of peaks in it, it is a 2D array.My task is to find the peaks in the map and save the coordinates of them. the array is like this: 4 6 9 8 7 5 4 1 5 6 20 20 30 4 7 8 2 3 50 60 20 2 3 5 8 9 20 30 ... 30 Jun 2010 11:59
Automating image analysis
Hello, I am currently doing some image analysis and I want to automate the process. I have about 5 steps I want to apply to an image. What I want to do is have matlab just read all the images in a folder and then apply these 5 steps to them and give me the analysis for each image. How can I set this up? Than... 28 Jun 2010 22:45
Error using mesh and surf commands
I receive the following error messages when running the following scripts using mesh or surf commands with MATLAB Student Version 7.10 (R2010a) installed on a stand-alone PC running Windows XP. % Script Filename: Prob271.m x=-1:0.1:3; y=1:0.1:4; [X,Y]=meshgrid(x,y); Z=X.*Y.^2./(X.^2+Y.^2); mesh(X,Y,Z) xlabel... 29 Jun 2010 10:44
How to set optimization flag for the compilers?
Hello. Under Real-Time Workshop 7 User's Guide p.26-7, it states that "Before building, set optimization flags for the compiler (for example, -02 for gcc, -0t for the Microsoft Visual C++ compiler)." Could you please let me know how to do it in both cases? Is it possible to make the settings by default? I use both Mac ... 28 Jun 2010 21:39
reading a huge HDF5 file in matlab...takes forever
Hello everyone, I am new to Matlab and was wondering if anyone could help me here. I am trying to read wind data (a huge 3D array i.e. 129x109x55516), from a netcdf-4 file. I am only able to get the data from this file, by treating it as a hdf5 file (apparently, the netcdf-4 package/library has not been installed... 4 Jul 2010 18:49
First  |  Prev |  Next  |  Last
Pages: 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386