| Thread | Last Post | Replies |
|
| Keeping a timer running in realtime | 30 Jul 2008 14:16 GMT | 1 |
I'm looking for a way to keep a timer running, even WHILE another process or calculation keeps busy MATLAB. For example, this t1 =
|
| Can I avoid this loop ? | 30 Jul 2008 14:06 GMT | 2 |
I'd like to search for the last indice of each colon of a matrix that is greater then a specified value. I came with this but I'd like to avoid the loop : for i=1:10 find(x(:,i)>=y(i),1,'last')
|
| how to view RBF model | 30 Jul 2008 13:53 GMT | 1 |
I have used MBC toolbox to fit RBF model, but as soon as I have got the model I found that I couldn't export or even view it. Please anyone, if you know how to view or export the mathematical model, help me out of this trouble. thanks
|
| parfor loop running same speed as for loop on Mac | 30 Jul 2008 13:44 GMT | 7 |
I'm using a Mac with 2, 3 GHz quad-core intel xeon processors, running Mac OS-X. When I run the following short code: matlabpool local 4 tic;
|
| merge fluorescent images | 30 Jul 2008 13:06 GMT | 7 |
i have a problem in merging 2 fluorescent images(red and green images). I have already analyzed those histogram in each layer. All those significant layer in red image is in Red and for
|
| Need help curve fitting logarithmic data | 30 Jul 2008 11:52 GMT | 7 |
I have a set of data that looks like a logarithmic curve with some waviness to it. I'm trying to find a model that can fit the curve fairly closely, but I don't exactly know the best model. The actual data is sound energy versus frequency. If it helps any of you, I can
|
| weird results when multiplying by a power of 10 | 30 Jul 2008 10:26 GMT | 4 |
I'm not very familiar with how Matlab handles the math for this but I'm having a very tiny problem. I'm having problems multiplying certain numbers by the power of 10 and getting the expected results. Below are
|
| Custom divide Function | 30 Jul 2008 10:11 GMT | 1 |
I use matlab 2008a version and I try to use Neural nets. They are quiet flefible but I would like to have a cusom dividing function. I have the proper m code and I can modify but how can I declare the custom divide function to
|
| differential-algebraic boundary value problem | 30 Jul 2008 09:47 GMT | 5 |
Does anyone have an implementation of a differential-algebraic boundary value problem in Matlab?
|
| High-order fitting with polyfit | 30 Jul 2008 09:20 GMT | 3 |
Is it possible to do a high-order (say >x^35) fit with polyfit? My signal is complex enough but the fitting goes poorly after 25 degree polynomial or so. The mu-option doesn't seem to help, the fit just 'explodes' with it.
|
| simulation runtime | 30 Jul 2008 08:10 GMT | 2 |
hi experts.. been using matlab for almost 2 yrs now and have been running simulations and pricers all this while .. with one problem which i never came down to solving. HOW DO I CLOCK
|
| serial communication problem | 30 Jul 2008 07:50 GMT | 5 |
Hai, I am trying to send an array of data from one computer to another through serial communication. At 2nd computer data is not getting received properly,
|
| "crossvalind" function | 30 Jul 2008 07:45 GMT | 1 |
For the first example of "crossvalind" function in the bioinformatics toolbox: % Create a 10-fold cross-validation to compute classification error.
|
| Changing the default font in figures | 30 Jul 2008 07:44 GMT | 4 |
How does one change the default font size in figures (xlabel, ylabel, etc.) ? Thanks, Amit.
|
| MATLAB projects | 30 Jul 2008 06:11 GMT | 2 |
I am a new MATLAB user.I need someone to tell me an internet resource, a website or an ebook where i can find some small projects that i can do in order to enhance my understanding of MATLAB,cas i feel that is the best way to master any scientific package. Thanks
|