| Thread | Last Post | Replies |
|
| calculate | 29 Jun 2010 18:54 GMT | - |
|
| calculate | 29 Jun 2010 18:53 GMT | - |
|
| Concatenation Matrix in Embedded Matlab Function in Simulink | 29 Jun 2010 18:35 GMT | - |
Hi, i'm new with Simulink and i want to concatenate a matrix in embedded matlab function... but the compiler said me that the size of two array is wrong... my code is: buffer = cat(1, buffer, myMatrix) ..... ( i tried also vertcat.... but nothing...)
|
| falure notice,......inter0000 | 29 Jun 2010 18:24 GMT | - |
about Euclidean /n Microsoft Office
|
| algorithms for data fusion (2 chemical sensors) | 29 Jun 2010 18:21 GMT | - |
I'm looking for Matlab algorithms I can use for data fusion involving redundant chemical sensors (2) measuring the same target. Algorithms that are heavily commented and run without any add-on Matlabs tools will be most useful. Also, any leads on web tutorials on the subject ...
|
| Global Coherence Field (or SRP-PHAT) | 29 Jun 2010 17:23 GMT | - |
Hi. I'm working with the acoustic locaization subject and i'm with some doubts. So I've already obtained the TDOA from each segment thrugh GCC-PHAT. But now i don't know how to apply the GLOBAL Coherence Field or Srp-phat in order to find the space localization of the source. How ...
|
| cmyk tif bitmap imwrite fails | 29 Jun 2010 16:42 GMT | - |
Posting again. Writing cmyk tif bitmaps using imwrite fails. Reading the file back with imread produces a different array. Reading the file back using Photoshop V7 produces the same different image. Using Matlab R2009A. Here is an example that produces the failure. % Define a ...
|
| Double integral with bessel function and summation | 29 Jun 2010 16:33 GMT | - |
I recently started using Matlab and hope you can help me with the following problem: I try to evaluate a double integral with a zeroth order bessel function in the inner integral and a sum (n to infinity) in the outer integral.
|
| basic communication modeling question..performance is strange | 29 Jun 2010 16:03 GMT | - |
Step by step,, Bernoulli Binary block - sample time : 1e-7/(k*code_rate) - frame-based outputs -> samples per frame: 600 - the rest : initial state
|
| color coding isosurface plots | 29 Jun 2010 16:01 GMT | - |
I have created an isosurface plot of my data but can't figure out how to color code it. The data comes from a 3 dimensional square matrix whose values range from -300 to +300. I would like to color code my isosurface plot in terms of these values (blue=low, red=high) but cannot ...
|
| Synchronization problems | 29 Jun 2010 15:56 GMT | - |
I am transmitting a signal which starts with a synchronization signal ( 7square pulses 1040 Hz and duty of 50% 29 words) after this the so called space data(47 words) and the scanning line of the image with 909 pixels. I need to detect the beginning of the scaninng line but i do ...
|
| Zero Crossing in S-Functions | 29 Jun 2010 15:15 GMT | - |
hey guys, i have one problem concerning my continuous s-function: i have a counter, comparing its value with a duty cycle. the current counter value is calculated by a gradient and the current time value. after the counter reaches a special value it turns zero. To have this ...
|
| Listbox Values | 29 Jun 2010 14:48 GMT | - |
I've been working on a gui with GUIDE that extracts data from an excel sheet and places it into a cell array. The listbox then updates its contents based upon what item the user selects. The default value for listboxes is >1<, so the function skips the first array that I need ...
|
| Generalized data distribution | 29 Jun 2010 13:55 GMT | - |
I have a set of data (latitude, longitude and sediment mean diameter) that I am looking to "generalize." The data is scattered and what I am looking to do is create an evenly spaced data set while interpolating the mean diameter observations. What would my best option be for ...
|
| doubt regarding Axes delete | 29 Jun 2010 13:24 GMT | - |
I have used 'delete(Axes_Handle)' command in order to delete multpiple 'axes' from a GUI figure. But I face problem when I have to display less number of axes from the previous time. For example, i create suppose 20 axes the first time and use imshow to display 20 ...
|