First
|
Prev |
Next
|
Last
Pages: 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855
Regarding Matlab cwt function "Wayne King" <wmkingty(a)gmail.com> wrote in message <hqi4fo$513$1(a)fred.mathworks.com>... "Ravi Rastogi" <raviras(a)gmail.com> wrote in message <hqhqc2$1sc$1(a)fred.mathworks.com>... Hi guys, Well i was looking at the matlab cwt (continuous wavelet transform) function, to understand how are the wavelet coe... 26 Apr 2010 12:36
Put marks on a contour map! Hello is it possible to create marks on a plot? I want to randomly put some marks (like circles, dots ) on a contour plot. Is it possible? Best regards Alex ... 26 Apr 2010 12:36
Matlab 2009B UIControl callback failure Unfortunately, I can't provide the source to show this problem off, but here's what's happening: The UI is created programmatically to have various uicontrol->edit elements in it. At the end of spawning all these elements, I use uiwait to wait until the "OK" button (uicontrol push button style) is pressed. The edi... 26 Apr 2010 12:36
symbolic arrays Is it possible to define symbolic variables of arrays? I want to do syms a(1) a(2) a(3)... so that I can compute the jacobian of a vector valued function. ... 3 May 2010 22:02
the distance between two time series I'd like a measure that passed some simple tests. Here are a few. The distance should be zero if any of the following are true: 1) Yi = Xi + a 2) Yi = a*Xi 3) ?? -- I don't know what other conditions should be added. And the distance should be one if the following are true: 1) ?? 2) ?? Any ideas? ... 26 Apr 2010 13:46
fft on matlab Hi. In the example on how to use fft, once they have the signal, they do this: NFFT = 2^nextpow2(L); % Next power of 2 from length of y Y = fft(y,NFFT)/L; Meaning that they get the next power of 2 from length of y (the signal), and then they calculate the NFFT-points fft, to then divide it by L (length of y).... 28 Apr 2010 07:13
Interaction of MEX and MATLAB or mexCallMATLAB and Co. I am currently implementing some image processing operation that needs to be framed by two nested for-loops running over all columns and rows of the image. Due to the slowness of nested for-loops in MATLAB I decided to code this problem using the MEX interface. I do know how to set up a mexFunction and how to pass i... 28 Apr 2010 05:02
Fourier Transform (fft) Hi. In the example on how to use fft, once they have the signal, they do this: NFFT = 2^nextpow2(L); % Next power of 2 from length of y Y = fft(y,NFFT)/L; Meaning that they get the next power of 2 from length of y (the signal), and then they calculate the NFFT-points fft, to then divide it by L (length of y).... 26 Apr 2010 11:22
data aquisition delay Hi there, I have a problem with a data aquisition process. Via the soundcard and speakers I generate a signal and record it with a microphone. The code is as follows: ao = analogoutput('winsound'); addchannel(ao,1); set(ao,'SampleRate',fs); ai=analoginput('winsound'); addchannel(ai,1); set(ai,'SampleRate'... 26 Apr 2010 11:22
saving the overlayed figure with the alphadata properties i want to save the figure which show two transparent figures how should i do ? i have tried the saving the handle which is being returned by figure but it is saving only one image plz help ... 29 Apr 2010 02:24 |