| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 10 Mar 2010 | Neuron counting Count the number of fluorescent cells (tagged with GFP) on noisy background fluorescence | Campbell, Rob | Thanks, I had looked at that link in the past. My problem is rather difficult because the cell bodies as small so I have few pixels to work with. Although they are touching, the pears are fairly easy to isolate because each pear is composed of a large number of pixels. Your new GUI isn't working for me. It doesn't check whether the input is of the right type. e.g. my image was an int8 and under those circumstances the threshold slider doesn't work. I edited the code to convert the image to a double after loading but then something else broke. You will find other users of this site consider it bad form for an author to rate their own submissions. |
|
| 10 Mar 2010 | Character Recognition Example (V):Training a Simple NN for classification Recognize the arabic and english number system | Connors, conrad | Hi, I make on handwritten recognition project in my University, but I totally beginner...I use moments plus NN ...I need you help please... My email is pstahl@centrum.cz Thx |
|
| 10 Mar 2010 | Java-based data table Spreadsheet display/editing/sorting of data with multiple features | Eskerud Smith, Ivar | ||
| 10 Mar 2010 | MS_Regress - A Package for Markov Regime Switching Models in Matlab Functions to Estimate, Simulate and Forecast Markov Regime Switching Models in Matlab | Perlin, Marcelo | Hi Jorge, Sorry but no, I don't have the code for regime switching time varying parameter model. Regards. |
|
| 10 Mar 2010 | Ideal Low Pass Filter Ideal Low Pass Filter using DFT | speed, velocity | Hello,
|
|
| 10 Mar 2010 | Simulink Modelling of a 3 phase Induction Motor Using its test results The model uses Test results to simulate its performance | lingala, bheem | please send documentation my email id reach2satelliteyahoocom |
|
| 10 Mar 2010 | Tutorial on solving BVPs with BVP4C Solving boundary value problems with BVP4C. Tutorial + Examples. | Hocaoglu, Elif | helpful, thx |
|
| 10 Mar 2010 | Centroid Calculation Function Calculates centroid of an object present in an image. | Kylling, Anton | Calculates the centroid of the entire image. |
|
| 10 Mar 2010 | samplepick pick a random sample out of an array | Rowland, Darren | The function randperm is practically ready-made for this application. To draw a subset, s, of size m from a dataset, d, of size n, one can simply do perm = randperm(n);
|
|
| 10 Mar 2010 | mmread Read virtually any media file in Windows, Linux, or Mac. | Ravi | This is very useful piece of code. I am using it to extract the audio component from AVI files, the problem I am facing is that the extracted audio has a high degree of distortion, unlike the video which is much clearer. At this point, I need to have much better quality audio. Thanks once again for this utility, and please help if you can. Bests, Ravi |
|
| 10 Mar 2010 | PSO Solution to Economic Dispatch with Discontinuous Fuel cost equations This software solves the problem of Economic Dispatch with discontinous fuel cost equations by PSO | nagarjun, naradasi | ||
| 09 Mar 2010 | MS_Regress - A Package for Markov Regime Switching Models in Matlab Functions to Estimate, Simulate and Forecast Markov Regime Switching Models in Matlab | Jorge | Excelent! I would like to combine TVP Models with Regime Switching as Kim y Nelson, have you any model like this? |
|
| 09 Mar 2010 | RMAOV33 Three-way Analysis of Variance With Repeated Measures on Three Factors Test. | Fermin, Alan | the code is excellent, easy to understand and to perform a test.
|
|
| 09 Mar 2010 | Matlab script to read and plot NCEP/NCAR 4x Daily Reanalysis data Matlab script to read and plot NCEP/NCAR 4x Daily Reanalysis data | Stevens, Andrew | Why not use OPeNDAP which has a tool to read NCEP Re-Analysis data (as well as many other datasets) directly into matlab? |
|
| 09 Mar 2010 | Listless SPECK (LSk) Listless Speck Codec | Ursila | Lena.mat appears to be corrupt. Please guide me how i can download the correct file. Thanks |
|
| 09 Mar 2010 | Max or Min position in a matrix Used to obtain the particular position where a maximum or minimum occurs in a matrix. | D'Errico, John | This has SOME good features. What do I like about it? It does have help, to some extent. But the help could be a bit better. Here is what you get when you use help on this function: >> help findit
See that there is an H1 line in the help block. I like that. There is a simple description of the arguments. But what order do they go in? I might guess that INMAT is the first argument, because it is mentioned first. But there is no other hint. Next, does this require that OPT be supplied? Is OPT and optional argument? If so, then it should have a default, and the help should tell us what is the default. As it turns out, there is no default value for opt. I do like that there is a check for opt being a valid argument. A good thing to do when you write help is to give an example of use. Show what SHOULD happen when you call your function on some simple test array, like magic(3). Another good thing to put in your help is a see also line. It does seem silly to me that when you type help for this code, it gives you more information about the author than it does about the function itself. How about the code itself? Sadly, this part is TERRIBLE. Why in the name of god and little green apples did the author use nested loops to do this? See that min and max would have given all the information the author needed, with a final call to ind2sub to get the actual subscripts of the result. Worse, the author actually calls min or max before the loop itself!!!!!!!! My rating for this would have been about 3.5 stars before I got into the coding style itself. But solving the problem with nested loops is a ridiculous silly choice. |
|
| 09 Mar 2010 | Hungarian Algorithm for Linear Assignment Problems (V2.2) An extremely fast implementation of the Hungarian algorithm on a native Matlab code. | Cao, Yi | Anoop, Thanks for pointing out the JV algorithm. You may wish to know that I have implemented a Matlab version of the JV algorithm in
Yi |
|
| 09 Mar 2010 | TimeStamp Generates a timestamp. | Mete, Oznur | Thanks Lutz! Very handy piece of code. |
|
| 09 Mar 2010 | SHADOWPLOT Add a shadow to an existing surface plot. | Kirk, Joseph | line 79: if length(axis==4) I don't think this achieves the intended purpose. (axis==4) will evaluate to a logical array of either 4 or 6 elements. length(axis==4) will thus equal 4 or 6, so the if-statement will always execute. It should be: if length(ax)==4
|
|
| 09 Mar 2010 | Face Recognition System Face Recognition System: demo source code | Nikunj | My final year project is Face recognition using ICA. Can any one help me with it. I mean where to find the source codes and algorithms for ICA |
|
| 09 Mar 2010 | BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. | C, Krishna | Very useful...great work... |
|
| 09 Mar 2010 | slocDir Counts number source lines of code in a directory tree. (Requires sloc, FIle Exchange ID 3900) | GUILLAUME, Nicolas | ||
| 09 Mar 2010 | ECG Beat Calculation Calculates ECG beats per minute | Kumar, Arun | ||
| 09 Mar 2010 | ISMEMBERF Floating-point ISMEMBER (i.e., with round-off tolerance) | Komarov, Oleg | Well, I suggest at this point to document this behaviour and to add in the see also line the HISTC. Something like:
|
|
| 09 Mar 2010 | Simulink Pro Audio Sample Rate Converter Floating- and fixed-point models of 48 kHz to 44.1 kHz audio sample rate conversion. | kumar, hemanth007 | can u please convert digital(CD) into analog by multirate digital signal processing oversampling 8times and show me the simulink |
|
| 09 Mar 2010 | ISMEMBERF Floating-point ISMEMBER (i.e., with round-off tolerance) | Luong, Bruno | Hi Oleg, This behavior is known (but not documented) due to the use of HISTC as you have correctly pointed out. User should never rely on the threshold tolerance in order to discriminate floats through exact comparison. Please enlarge the tolerance or add point to set member to work around. Bruno |
|
| 08 Mar 2010 | toolbox for analysis of complex system using fixed points Coweb theorem of the value of derivation fied points in the system | Bernal-Flores, Edgar | Goos aplication |
|
| 08 Mar 2010 | Fast and Robust Curve Intersections Computes intersection points of two curves. | Schwarz, Douglas | Rui, please email me directly with details of your problem and I will see if I can help.
|
|
| 08 Mar 2010 | txthide A gui to easily hide a text message in a picture. | mai | Is there possible to modifify the code to hide a large integer? xuan,mai3@live.vu.edu.au |
|
| 08 Mar 2010 | Analog / Mixed Signal Examples Extensive collection of examples for analog and mixed signal design work. | Panneer Selvam | A wholesome collection of Blocksets for Communication Engineers... |
|
| 08 Mar 2010 | SLM - Shape Language Modeling Least squares spline modeling using shape primitives | Andre Guy Tranquille | ||
| 08 Mar 2010 | ISMEMBERF Floating-point ISMEMBER (i.e., with round-off tolerance) | Komarov, Oleg | Dear Bruno,
tf = ismemberf(2.8, 2.9, 'tol',.1) --> 1
It's following histc behaviour on line 287 (lowB <= x < uppB), is this meant? Regards
|
|
| 08 Mar 2010 | Goodness of Fit (Modified) Computes goodness of fit for regression model given matrix/vector of target and output values. | Andre Guy Tranquille | ||
| 08 Mar 2010 | RMSE calculates root mean square error from data vector or matrix and the corresponding estimates. | Andre Guy Tranquille | ||
| 08 Mar 2010 | LSB STEGANOGRAPHY DATA HIDING IN IMAGES USING LSB STEGANOGRAPHY | somaiya, brijen | is it possible to scan the hard copy of the stego image and then recover the hidden data plz reply my email brijen.somaiya@gmail.com |
|
| 08 Mar 2010 | continuous wavelet transform and inverse contains functions for computing the continuous wavelet transform and the inverse cwt | Rastogi, Ravi | Hi Jon, I am also having trouble reconstructing the signal back. I get a vector having all values NAN. |
|
| 08 Mar 2010 | MEX_SHAPE Reads in common ESRI shapefile formats. | Kendall, Anthony | The code worked great, I compiled it on a 64-bit machine with the latest version of shapelib, and everything works well. Some of the help is a bit outdated, but I really can't complain. |
|
| 08 Mar 2010 | dualcursor Add dual vertical cursors to a plot. | Duchêne, Cédric | Thank you very much for this tool. Is it possible to use this function on the horizontal axis ?
Thank you again. |
|
| 08 Mar 2010 | Visualizing Phasors, an Animated GUI A tool for visualizing phasor (voltage, current, impedance), along with animation. | Jose | Great file and accompanying link with detailed explanation. Thanks |
|
| 08 Mar 2010 | Color Threshold Allows users to interactively select/deselect pixels to threshold images using RGB or HSV filters. | Bílek, Tomáš | Great :) |
|
| 08 Mar 2010 | Anisotropic Diffusion (Perona & Malik) A set of filters that perform 1D, 2D and 3D conventional anisotropic diffusion (gray scale data). | Kumar , Nitin | Thanks for sharing |
|
| 08 Mar 2010 | Fast and Robust Curve Intersections Computes intersection points of two curves. | Xavier, Rui | Hi douglas!! i am currently doing a final year project on ear recognition.the idea of finding the feature vector to be trained involves finding the distances of a centroid from the intersection points(lines have been drawn at different angles to intersect a edge detected ear image)..but we are unable to find the coordinates of the intersections.hoping u can help us out asap thanking u in anticipation
|
|
| 08 Mar 2010 | Stewart Platform Mechanical System Model and simulate the physical components and synthesize controllers of the Stewart Platform. | pet, rafi123456789 | top |
|
| 07 Mar 2010 | Automatic Thresholding Provides automatic thresholding based on the ISODATA method. | Upasna | Hi!
Error in ==> isodata at 68
do you know of a way i can resolve this? Many thanks. |
|
| 07 Mar 2010 | applyhatch_plusC Modification of APPLYHATCH_PLUS, allowing for color assignments for hatch patterns. | Zuofeng | Nice tool! Helped me a lot! |
|
| 07 Mar 2010 | surface2volume Convert a volume defined by a surface to a binary 3D block. | Steve | I would also like to know how to use it with data in (x,y,z) format. Can you please tell me? |
|
| 07 Mar 2010 | Enhanced Input Dialog Box Predefined dialog box function to accept user inputs of several forms | Jason | Hi Kesh, First, I wanted to say that this is a great submission. One suggestion: a 'date' format would be nice. Could even use the ActiveX calendar control, but at least a normal date validation option would be enough. Thanks. |
|
| 07 Mar 2010 | Theme from Super Mario Brothers Song plays the Super Mario Brothers theme song. | Vivero, Oskar | ||
| 07 Mar 2010 | shadedErrorBar Creates an attractive shaded error region rather than discrete bars. | ZHOU, TIAN | ||
| 07 Mar 2010 | mfcc The given programme calculates the mfcc coefficients of a given speech signal | Mohamed | how can i use this file
|
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com