| Thread | Last Post | Replies |
|
| help with for loop | 19 Jul 2008 20:11 GMT | 1 |
i have a matrix with numbers of -1 and 1 i want to switch them, in communication i.e. map them using the binary shift keying at the receiver side. I should get 1 for 1 and -1 should equal 0. I have written the for loop but what seems
|
| Performance | 19 Jul 2008 17:43 GMT | 8 |
c is a 1000 x 3000 matrix and we have a need to set all elements < 0 to 0 hundreds of thousands of times in our program. The profiler shows that c(c<0) = 0 is a bottleneck. We Mex'd the same code and it seems to take 1/3 the time.
|
| Linear Parogramming (Out of memory) | 19 Jul 2008 16:38 GMT | 1 |
Dear friends; I Prepare a Mathematical Model.The objective function and Constrains are linear. Following matrices are created using Horzcat command in
|
| Neural Nets with categorical data | 19 Jul 2008 13:58 GMT | 3 |
I am a 2007b Matlab user. I have a set of categorical data in form of 0 and 1.What type of Neural network can I use; Should I make any transformation to my initial data since they are clean;
|
| Random number | 19 Jul 2008 13:13 GMT | 9 |
I need to generate random numbers (between 0 and 100) with a specified mean and a specified variance. Any ideas how to get this? Thanks
|
| GUI text editor in matlab7 | 19 Jul 2008 12:39 GMT | 5 |
I wrote a function that needs 8 inputs. In order to avoid confusion while calling the funtion I would like to make a GUI that: -pops out as soon as I call the function
|
| train matlab to start after the last empty cell in excel | 19 Jul 2008 11:28 GMT | 2 |
I am beginner in MATLAB. I have many excel sheets where each row represents pollutant concentration in a country while columns represent years. The data aren't available for all countries. I have 4 or 5 out of the 20 countries where the
|
| CORRCOEF Function | 19 Jul 2008 08:08 GMT | 1 |
I am plotting to sets of data into the same figure (2- graphs) using the plotyy function. I have to find the Correlation Coefficient between these two graphs. I have used the following:
|
| any way to convert javahandle to double? | 19 Jul 2008 06:37 GMT | 2 |
Hey all, I have a group of uicontrols(~50) and sometimes also a few java components, i'd like to store all their handles in one array (to avoid having to always check if a second array of
|
| Real Time Plot | 19 Jul 2008 05:41 GMT | 1 |
Hi, I am trying to plot a real time graph based on input from serial port. The serial port outputs the data in the form of 000453000221000004 and so on which is the time lapse. I
|
| Least square surface fitting | 19 Jul 2008 04:43 GMT | 1 |
I'm new to Matlab I need to fit a surface to my observed data in order to find a polynomial equation of the surface. I have (x,y,z) data.
|
| string extra character? | 19 Jul 2008 01:06 GMT | 4 |
a= 80; csvwrite(num2str(a), [2]); the result = 80.dat what can I do so that the file name can be 80_1?
|
| tough vectorization problem | 18 Jul 2008 23:47 GMT | 7 |
This one has me going crazy... Can you guys think of a way to vectorize this? The goal is to get B. A = randint(N,T*(T+1)/2); B = zeros(N,T);
|
| Subscripted assignment dimension mismatch | 18 Jul 2008 23:19 GMT | 3 |
I have rewritten this program to calculate En and Ep at every single point. After modifying the program, even I have same problem
|
| Image Comparision | 18 Jul 2008 23:05 GMT | 1 |
i have images of raisins of brown, yellow and green. I have to sort that images in above colors. Each image having single raisin. For that i have to write a Algorithm in matlab. Please tell me how i can do this.
|