| Thread | Last Post | Replies |
|
| ifft and fft with an odd number of points | 16 Jul 2008 02:07 GMT | 1 |
I like to define funcions (f(w)) so that the smallest frequency is on the left and the largest is on the right. So when I use fft to fourier transform this fucion I have to do it like this:
|
| making an independent copy of a matlab object | 16 Jul 2008 01:26 GMT | 8 |
I have written a class using the 'handle' parent class. I understand that the default behaivior for derived classes of this type is that when a copy is made (using the copy constructor):
|
| vectorization without repmat | 16 Jul 2008 01:10 GMT | 4 |
There's got to be a simple way to do this. Suppose you have A and B, with size(A) = [N 1] size(B) = [1 T]
|
| need help for FFT2 of an Image. | 16 Jul 2008 00:54 GMT | 1 |
I am a beginner in matlab and i seriously need some help. MY PROBLEM: I have a grayscale image(1024 X 1280) of a pyrovalve(a valve used in rocket engines, looks like a small piston
|
| Random Number Generation | 16 Jul 2008 00:36 GMT | 2 |
I want to generate a non-uniform distribution (or random numbers )whose value varies between 0 & 1, and has a specified mean and standard deviation. (Soemthing like a amplitude varying duty cycle varying pulse train with some
|
| Extendible H5 Datasets in Matlab using Low-Level Functions | 16 Jul 2008 00:26 GMT | 10 |
I am trying to use the low-level matlab HDF5 functions to create a extendible dataset. I am mostly converting the code from the "Introduction to HDF5" (in the section on Extendible Datasets) guide found at the website: <http://hdf.ncsa.uiuc.edu/HDF5/>
|
| Seg-fault on Matlab exit after running mex-file | 16 Jul 2008 00:23 GMT | 1 |
I have a problem with some Fortran mex-files. On our Linux x86-64 cluster (which runs Matlab R2006b), I can run mex-files which seem to return sensible results. However, when I quit the Matlab session using the "exit"
|
| Ugly axis labels on Mac | 15 Jul 2008 23:19 GMT | 3 |
I've just started using MatLab R2007a Student Version on Mac OS X (Tiger) and I have problems with plots. This code produces very bad looking labels on the axis (on screen and when printing): x = [0:10];
|
| updating figure | 15 Jul 2008 22:46 GMT | 2 |
I want to be able to view images in a figure window as i update them. If I run the script: figure(1) im=rgb2gray(imread('http://192.168.1.30/goform/video'));
|
| Evaluating 3d integrals | 15 Jul 2008 22:22 GMT | 1 |
Hi - I'm a newbie so I apologize in advance. I want to evaluate integrals like: \int_D p(\vec(r)) exp(i\vec(r) \cdot \vec(q))d\vec(r) where D is some 3D domain, i.e., its a 3D Fourier transform.
|
| Simulink mdl file size bloat | 15 Jul 2008 22:07 GMT | 14 |
I have a model that I saved a previous version of for backup purposes. I made a few changes, such as adding a PSK modulator rather than inputing the signal from the MATLAB workspace. I also added a few mask parameters to a
|
| Finding a common point in 3d | 15 Jul 2008 21:55 GMT | 2 |
I am working of 3d representation of molecules and encountered a problem. I have 3 points in 3d: X = (xi,xj,xk) Y = (yi,yj,yk) Z = (zi,zj,zk)
|
| Extracting and rendering intersection of two isosurfaces | 15 Jul 2008 21:40 GMT | 1 |
Is there a way to extract the line/curve of intersection between two isosurfaces (or more generally two patches)? This would function as a quick and dirty empirical solver as well as adding the ability to highlight the intersection
|
| gui user defined colormap | 15 Jul 2008 21:29 GMT | 1 |
I am having trouble loading a user defined colormap into a gui I am working on. I have saved the custom colormap, and can load it just fine into the normal Matlab workspace.
|
| Creating more than one plot figure in code | 15 Jul 2008 21:06 GMT | 1 |
I hope that all is well. Can you help me with creating plots in Matlab? I have some data held in Matlab, and I would like to plot it several ways. For example, suppose I want to create
|