| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 13 Mar 2010 | GSM Traffic Channel Simulator Simulator for a GSM traffic channel transmission and reception | Blotta, Sberla99 | It's possible receive documentation of receiver?
Thank's.... |
|
| 13 Mar 2010 | mmread Read virtually any media file in Windows, Linux, or Mac. | yianos | Hi! Excellent work (and support :-) I am having a trouble compiling the mmread in an executable as part of a testing deployment. Execution of the resulting exe file produces the following "catch-able" error: ??? Invalid MEX-file
. Error in ==> mmread at 146 Error in ==> myMatlabProg at 37 MATLAB:invalidMEXFile Btw, the FFGrab.mexw32 *IS* located in the "C:\Users\a_user\AppData\Local\Temp\a_user\mcrCache7.10\estima0\toolbox\mmread\", contrary to the error message! I tried with the useFFGRAB=false and everything worked. Using the useFFGRAB=true is hugely much faster, so I 'd appreciate any support on this. Cheers,
|
|
| 12 Mar 2010 | Image Restoration Restore images degraded due to degradation factors such as motion blur and noise. | kumar, astra | hi prateek.
Could u please send the documentation for Image degradation and restoration.
PLEASE PLEASE help me sir.
Thank u so much. |
|
| 12 Mar 2010 | Enhanced Input Dialog Box Predefined dialog box function to accept user inputs of several forms | Jason | Hi Kesh, I found a bug in line 295. You reference handles.Figure, but it appears handles.fig is the correct fieldname. Regards |
|
| 12 Mar 2010 | FEATURE EXTRACTION FOR CHARACTER RECOGNITION EXTRACTS FEATURE VECTORS FROM SINGLE CHARACTER IMAGES | Ann | ||
| 12 Mar 2010 | BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. | JL, David | I just realized I use Matalb R2007b, not R2008. I guess that is the problem. Sorry about that. |
|
| 12 Mar 2010 | bch and reed-solomon decoder simulation simulation of binary and non-binary bch decoder | rui, okbell | thank you |
|
| 12 Mar 2010 | mRMR Feature Selection (using mutual information computation) This is a cross-platform version of mimimum-redundancy maximum-relevancy feature selection | Marie | I have the same question as above: what are d (all datas I think), what are f (features? but if you pu features you put all datas...) and K is the number of features we want to select I supposed.
|
|
| 12 Mar 2010 | Huynh-Feldt epsilon general procedure Calc. the Huynh-Feldt epsilon for any arbitrary combination of between and within subject factors | Yoni | This seems useful, especially with allowing the arbitrary numbers of both kinds of factors. But what functions would you use to get the actual F values from data that are arranged in the same way? |
|
| 12 Mar 2010 | num2jet.m Returns RGB used in figure output of "image(data)" with default jet colormap selected. | Woodford, Oliver | For a more general solution (i.e. that works for any colormap) you can use MATLAB's ind2rgb, or real2rgb (found here: http://www.mathworks.com/matlabcentral/fileexchange/23342). |
|
| 12 Mar 2010 | Simple Particle Tracking Detection of bright spots into a sequence of images and track its trajectory | Garcimartín, Angel | very useful; can be tailored to many situations. |
|
| 12 Mar 2010 | Audio Steganography Steganography in wav file using lsb method. | patil, sangita | we are doing project on audio steganography.we want to hide a compressed text within an audio.Send a code or help on my emailid
|
|
| 12 Mar 2010 | IPN tools for Test-Retest Reliability Analysis This is one part of my IPN toolbox, aiming at the reliability analysis of neuroimaging meaures. | Dan | Hey thanks for uploading this!
|
|
| 12 Mar 2010 | numerical method euler, RK-4, Bs method | D'Errico, John | A LOT of work? Not. This is just a homework assignment. And it might be worth a C at best were it graded as such. Let your parents hang it on their refrigerator. |
|
| 12 Mar 2010 | Bode plot with asymptotes Bode plot with asymptotes | Mossaab, Bennehar | ||
| 12 Mar 2010 | Bode plot with asymptotes Bode plot with asymptotes | Mossaab, Bennehar | You're a Geeeeeeeeeeenius
|
|
| 12 Mar 2010 | 'Newton-Raphson's Method of Rootfinding This program is well documented. The user is requested to go through the program to feel its flow. | nozari, hamed | thank |
|
| 12 Mar 2010 | MyRegression A simple function on LS linear regression with many informative outputs | nozari, hamed | very good. thanks |
|
| 12 Mar 2010 | HIDE TEXT FILES INTO IMAGE Hides text files(.txt and .m) into bitmap image | thakur, nida | very good work, but i need to know the algorthim you worked on, and if there is any paper plz help me out |
|
| 12 Mar 2010 | Tektronix TDS 5054 Oscilloscope Tektronix TDS 5054 MATLAB instrument driver | Campbell, Rob | Why can't you put all these into one file? |
|
| 12 Mar 2010 | Cardiac Chao with modele pacemaker VI1 it is cardiac chao of non linear ODE | Campbell, Rob | ||
| 12 Mar 2010 | VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function. VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function.(Narration in Spanish) | Davis, Tim | Minor comment: the downloaded filename includes non-ascii characters. This causes the MATLAB "unzip" function to fail. A video in Spanish is fine (there should be more), but I suggest that you change the filename so that MATLAB can handle the file properly. |
|
| 12 Mar 2010 | HIDE TEXT FILES INTO IMAGE Hides text files(.txt and .m) into bitmap image | thakur, nida | ||
| 12 Mar 2010 | Wind Turbine System Identification Use system Identification techniques to predict power generation from wind turbine. | Davis, Tim | Minor comment. You have a large data file called "Turbinedata_sky.m", which is not actually an m-file. I suggest you rename it to "Turbinedata_sky.txt" instead. |
|
| 12 Mar 2010 | Tamper-proof digital files An example of a self-embedding scenario | Davis, Tim | "wanna" is not grammatically correct, and is not a good example for secondary students. |
|
| 12 Mar 2010 | Complement Coding Complement Coding can be used to preprocess and normalize neural network input. | Davis, Tim | The "unzip" function in MATLAB cannot handle this file. It returns an error: warning: ERROR: Error using ==> extractArchive>copyStreams at 174
I was able to unzip it on my Mac, via the Unix "unzip" command. The MATLAB "unzip" fails. Also, the zip file contains yet another copy of itself (complement.zip). That file includes still another copy of the code. Please rezip the file and repost it. You should exclude the nested zip file. |
|
| 12 Mar 2010 | Don't let that INV go past your eyes; to solve that system, FACTORIZE! A simple-to-use object-oriented method for solving linear systems and least-squares problems. | Davis, Tim | Comment from the author: implementing the uminus function would be rather painful. I would need to return an object that is unchanged from the previous one, except with a flag stating that the result of all other functions must negate their result. This would be rather ugly and would needlessly complicate the code, just to add a rather minor feature. Thanks for the suggestion ... I agree that uminus "ought" to work. It seems simple from the perspective of an end-user. But implementing it is far more trouble than it's worth, in my opinion. |
|
| 12 Mar 2010 | getversion: find MATLAB version number as a double Portable replacement for verLessThan on old MATLAB releases | Davis, Tim | Comment from the author: Note that for MATLAB 7.10 (R2010a), this function returns "8". Version 7.10 follows after 7.9, but version 7.10 is not the same as 8.0. When I wrote this code, I assumed that the subversion number (the "y" in "x.y") would always be a single decimal digit. getversion still returns a value that is monotonically increasing for all MATLAB versions, including 7.10. However, it will fail when MATLAB 8.0 actually comes out. One fix would be to return a value equal to version+subversion/100, so that "7.1" becomes the number 7.01, "7.10" becomes the number 7.1, and "8.0" would then be 8.0. But this fix would look strange. Printing the version number would lead to confusion. Maybe I should switch to hexadecimal ... |
|
| 12 Mar 2010 | Patch for XTargets MUnit Patch for later versions of MATLAB | Davis, Tim | The zip file is corrupted. I can unzip it using the system "unzip" command on my Mac and on my Linux PC, but the MATLAB "unzip" function in MATLAB on both those platforms fails, reporting an invalid zip file. Please re-zip the file and repost. |
|
| 12 Mar 2010 | Lossy Image Compression This function takes in a image and compresses it using block truncation coding. | Nageswararao | may i know how to run this program
|
|
| 12 Mar 2010 | A Ball Tracking Application The tracker implements the Covariance Tracking method to track the ball in a football match | Kanti, Sisir | Not working! Same errors. @Ronak:
Some can help please reply here! |
|
| 12 Mar 2010 | The problems of LDPC codes in CCSDS 131.0-P-1.1 This program provided the parity check matrix of LDPC in CCSDS 131.0-P-1.1. | Xiao, Yang | 1. To solve the problem of H and G needs good technique, I have solved the problem after the publication of the program one week.
|
|
| 12 Mar 2010 | LSB STEGANOGRAPHY DATA HIDING IN IMAGES USING LSB STEGANOGRAPHY | ghildiyal, kuldeep | Good work..
|
|
| 12 Mar 2010 | kmeans clustering Fully vectorized kmeans algorithm. Fast yet simple (10 lines) | chen, miao | And is it suitable for problems that the number of clusters is large, e.g. k=256? |
|
| 11 Mar 2010 | EXPERT1 An easy to use deduction engine useful for small expert systems and embedding complex condition ... | Whiten, Bill | A SIMPLE ALGORITHM FOR DEDUCTION
|
|
| 11 Mar 2010 | winsinc Applies a windowed sinc filter. | Tom | This is a very useful function. Thank you very much. One comment: wkeep is in the wavelet toolbox. I believe using xf = conv(x,h,'same'); gives the same results as xf = conv(x,h);
|
|
| 11 Mar 2010 | STOCK QUOTE QUERY Pulls stock prices for a given ticker symbol from the YAHOO web server. | Jake, smithjake01@gmail.com | Hi, how to pass parameters through URL in matlab? I am trying to pass the parameters (g = ) to the following link "http://tinygeocoder.com/create-api.php?g=33.790348,-117.226085" but wasn't successful. Could any one guide me please!? |
|
| 11 Mar 2010 | numerical method euler, RK-4, Bs method | Campbell, Rob | ||
| 11 Mar 2010 | HeartVI1 Simulator Simulink Investigation 27 heart VI1 simulator simulink block | Campbell, Rob | ||
| 11 Mar 2010 | Reentrance Problems of Heart VI1 simulator simulink investigation 7 heart VI1 simulator simulink | Campbell, Rob | Please pay attention to the above comments. This is getting silly now. |
|
| 11 Mar 2010 | Hiding data in an image Embeds the input data (text, or string) in the specified bit-plane of the input image and returns th | TOKER, Gürkan | please help mee.... i didnr find the way how i can use this program? which codes i have to use for reading image and txt files... there is some errors when i am using this program.... please help.. thankss |
|
| 11 Mar 2010 | text2speech Converts text to speech. | Cofino, Jonathan | My computer also hangs when I attempt to use the 'text2speech' function. It worked great in MS XP, but not in MS Vista. very odd. |
|
| 11 Mar 2010 | MESH2D - Automatic Mesh Generation Generates unstructured triangular meshes for general 2D geometry. | Ralph | Hallo! Thank you for this great work. Really, really helpful! I need to ask a question: When using meshfaces, is it possible to use a different 'hfun' for each face? Thanks,
|
|
| 11 Mar 2010 | Reentrance Problems of Heart VI1 simulator simulink investigation 7 heart VI1 simulator simulink | zhao, jichao | do not understand what these heart simulators for at all |
|
| 11 Mar 2010 | SoundVolume - set or get the system speaker sound volume SoundVolume sets or gets the computer system's speaker sound volume, using Java | Casey, Jay | Yes, works perfectly but with the edition D Nguyen suggested! Thanks a lot! |
|
| 11 Mar 2010 | Read & Write PLY Files Read and write the 3D data PLY file format. | Rey, J | Still works, tried it with data from the 'large geometric models archive': http://www.cc.gatech.edu/projects/large_models/ |
|
| 11 Mar 2010 | numerical method euler, RK-4, Bs method | Bhat, Avinash | Frankly speaking, I didn't understand what is the purpose of this file... & what is it supposed to do ?
|
|
| 11 Mar 2010 | DICOM Utilities Functions for parsing DICOM files. | Dimou, Ioannis | Very helpful indeed. Has anyone figured out how to read Magnetic spectroscopy data from GE's dicom files?
|
|
| 11 Mar 2010 | numerical method euler, RK-4, Bs method | Anon | If you have done "a lot of work on this numerical methods", why don't you share it in a way that makes it valuable for others. |
|
| 11 Mar 2010 | Reentrance Problems of Heart VI1 simulator simulink investigation 7 heart VI1 simulator simulink | Anon | Sigh, again one of these heart simulators. Please, could you do us a favor and put all of them in one zip-file, submit it and remove all others. Really, that would be great! In addition, could you tell the community the difference between investigation 1-27? |
|
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