Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
15 Mar 2010 ASK, OOK, FSK, BPSK, QPSK, 8PSK modulations. ASK, OOK, FSK, BPSK, QPSK, 8PSK modulations. Author: Diego Orlando Barragan Guerrero dabral, jayraj

theese stars r rubbish
hey fool it not jst run

15 Mar 2010 Euclidean skeleton Generate euclidean skeleton by watershed algorithm and the "rigides gradient" Author: Su Dongcai madhubalan, kavitha

15 Mar 2010 Draw 3D arrows A function to draw 3D-arrows. Author: Changshun Deng Zhang, Shuqin

THX!

15 Mar 2010 LDPC Code Simulation MATLAB code for LDPC (Low-Density Parity-Check) Codes simulation over the AWGN channel. Author: Shaikh Faisal Zaheer gupta, subhashini

its nice ...but i have one problem regarding c simulation .files mex.h and matrix.h is not included in zip file so please send these files to my mail

14 Mar 2010 Google Earth Toolbox Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth Author: Scott L. Davis Raghavan, Manu

This is a fantastic contribution.

14 Mar 2010 Dynamic Response Simulator Simulates Response of First Order Systems. Author: Husam Aldahiyat some

14 Mar 2010 Tetris for Dummies Tetris with easy code layout and extensive comments. Author: Husam Aldahiyat some

14 Mar 2010 Bouncing Ball Physics Fun Graphical User Interface that simulates the simplified physics of a ball bouncing off the ground Author: Husam Aldahiyat some

great discussion

14 Mar 2010 Master GUI with Ease Powerpoint slides on creating a GUI and programming it. Author: Husam Aldahiyat some

14 Mar 2010 Euler Angle Properties Graphical display of Euler Angles Author: Husam Aldahiyat some

14 Mar 2010 Plot and Animate Robot Given the DH parameters this GUI plots the robot and allows you to move it around. Author: Husam Aldahiyat some

14 Mar 2010 addaxis This function adds a second y-axis to a x-y plot using a relationship between the two y-axes. Author: Friedhelm Steinhilber Gelmi, Claudio

What is the difference with plotyy?

14 Mar 2010 Another Particle Swarm Toolbox Implementation of a PSO algorithm with the same syntax as the Genetic Algorithm Toolbox. Author: Sam karim

Dear Mr sam

 Iam eng.karim and i want to thank you about this great tool box and i ask about any news for binary support for this tool box since i work in my Master's degree and i want to use binary pso and i didnt find any matlab code support this. finally thank you again.

14 Mar 2010 Advanced Dijkstra's Minimum Path Algorithm calculates the shortest (least cost) path along edges of a graph using Dijkstra's Algorithm Author: Joseph Kirk tangjittrong, ratchapatnakhonsawan

good hello thank

14 Mar 2010 Multivariate Gaussian Mixture Model Optimization by Cross Entropy Stochastic multi-extremum optimization. Author: Sebastien Paris Paris, Sebastien

I think randnt is not well compiled. Did you had the correct option

mex -DranSHR3 randnt.c

or

mex -DranKISS randnt.c

?
 

13 Mar 2010 M-code LaTeX Package Easily include nicely syntax highlighted m-code in your LaTeX documents. Author: Florian Knorn Jay

Forgot my comment. Worked great. Thanks for writing. I found that a floating figure was placed in the middle of the code box so the code was split. Just used \clearpage to prevent the floats overlapping.

13 Mar 2010 Converter Converter is a unit conversion/arithmetic calculator/area and volume calculator Author: ZerO Zero Cool

superb

thankx

13 Mar 2010 Spacing Function Spacing divides the unit length Author: ZerO Zero Cool

well done
nice and easy tool
thank u

13 Mar 2010 Mechanics of Composite Materials simple tool to calculate laminate stresses/strains Author: ZerO Zero Cool

the best thing is that it has a
very accurate results

13 Mar 2010 Arduino Target Develop applications for the Arduino platform using Simulink®. Author: Doug Eastman Jon

Doug,

   Thank you for your help. I have the Arduino-0018 and Arduino-0017 both working with the Blink example. Unfortunately, I am having problems generating code for the serialCommunication example:
Error using ==> sf
Error using ==> construct_error at 109
The current Real-Time Workshop target is configured to generate C++, but the C-only compiler, LCC, is the default compiler.

I cannot find the discrepancy between the configuration errors in the two examples. Is there a check to ensure I am configuring the RTW to use the appropriate compiler?

Jon

13 Mar 2010 Mechanics of Composite Materials simple tool to calculate laminate stresses/strains Author: ZerO Zero Cool

good job
this is a nice piece of SOFTWARE
also it has a very simple GUI that enables u to enter yr inputs in a very easy way
thank u

13 Mar 2010 Arduino Target Develop applications for the Arduino platform using Simulink®. Author: Doug Eastman Eastman, Doug

Hi Jon,
Yes, that's unfortunate, it looks like version 0018 has changed the directory structure which breaks the install script and the makefile. The change you made to the install script is correct. To fix the build error, I believe you only need to change line 126 in arduino.tmf to:
ARDUINO = $(INSTALL_DIR)/hardware/arduino/cores
 

13 Mar 2010 Arduino Target Develop applications for the Arduino platform using Simulink®. Author: Doug Eastman Jon

Doug,

I am attempting to use the target library with MATLAB 2009b, Arduino-0018, and ATMega 328.

   I ran into an error while running installArduino.m, which stated that I was not addressing the correct directory with the arduino directory. I replaced line 297 with:
  if ~exist(fullfile(installDir,'hardware','arduino','cores'),'dir')
as the cores directory location must have change in version 0018. No issues with installation after this change.
However, when I try to run the blink example, I get the following error:
blink.h:27:22: error: WProgram.h: No such file or directory
which prevents me from linking the libraries for OUTPUT, PINMODE, and ANALOGWRITE, and building the hex file.
Is this error also associated with the directory changes for arduino-0018?

Jon

13 Mar 2010 Fly a 747 using MATLAB Animate the motion of a 747 along a helical path all from within MATLAB. Author: Saurabh Mahapatra randa

can I change the design of the airplane, ex put some airline logo

thnx

13 Mar 2010 Sinusoidal PWM for Three Phase Inverter (SPWM Inverter) SPWM technique for Three Phase Inverter Author: Padmanaban Sanjeevikumar Bahari, Norhazilina

hi. can u teach me how to unzip a zipx file.
TQ.

13 Mar 2010 Neuron counting Count the number of fluorescent cells (tagged with GFP) on noisy background fluorescence Author: TIAN ZHOU ZHOU, TIAN

have you tried distance transformation before WST? there is a Matlab function BWout=bwdist(BWin).
i got this from my class notes by Prof. Alex Hartov

13 Mar 2010 Gaussian Mixture Model This simulates the Gaussian Mixture Model Author: Vikram T N Omid

The code assumes isotropic Gaussians.

13 Mar 2010 Multivariate Gaussian Mixture Model Optimization by Cross Entropy Stochastic multi-extremum optimization. Author: Sebastien Paris Omid

Solved that one. (Needed to compile mex files!)
Now, I get NaNs!
t = 2, current sol = NaN, global sol = Inf, d = 0
t = 3, current sol = NaN, global sol = Inf, d = 0
t = 4, current sol = NaN, global sol = Inf, d = 0

13 Mar 2010 Multivariate Gaussian Mixture Model Optimization by Cross Entropy Stochastic multi-extremum optimization. Author: Sebastien Paris Omid

Perhaps a revision is required for higher verions of matlab. Could not run the code on R2009b. Passing a 3XK matrix as input, I get
??? Index exceeds matrix dimensions.

Error in ==> ce_mvgm at 314
    Rmax(indice1) = Ra(indice1)/9 + 2*Ra(indice1)/9;
....
Ra is of dimension 1X3 and indice1 has indexes up to 9.

13 Mar 2010 TCP/UDP/IP Toolbox 2.0.6 TCP/IP connections or UDP packets in MATLAB Author: Peter Rydesäter donor, anon

I was able to achieve >512mbps (that's 0.5 gigabit/sec) of read or write by modifying pnet.c as follows, and recompiling the mex extention:

---- edit of pnet.c start here----------------
int tcp_connect(const char *hostname,const int port)
{
+ int optval;
+ int result=0;

    if(ipv4_lookup(hostname,port)==-1)
return -1;
    con[con_index].fid=socket(AF_INET, SOCK_STREAM, 0);

+ optval=1;
+ result = setsockopt(con[con_index].fid, +IPPROTO_TCP,TCP_NODELAY,(char *) &optval,sizeof(optval));
+ optval = 512*1024;
+ result = setsockopt(con[con_index].fid, SOL_SOCKET,SO_SNDBUF,(char *) &optval,sizeof(optval));
+ result = setsockopt(con[con_index].fid, SOL_SOCKET,SO_RCVBUF,(char *) &optval,sizeof(optval));

---- edit of pnet.c ends here----------------

 with the modified pnet, executing pnet read/write calls using a buffer of 512kbytes gave very high throughput.

Thank you very much peter , for contributing this and sharing
the source, it's been very useful.

13 Mar 2010 Conjugate gradient To solve Ax=b - input: A, b, x0 (initial guess), ni (number of iteration) - output: x Author: shaoying Luong, Bruno

No H1 line, no comment, no possibility to adjust convergence criteria, no error checking. Matlab has already stock PCG function. What is the use of such function here?

13 Mar 2010 MIMOtool Multi Input Multi Output Systems Toolbox Author: Giampiero Campa Emre

thank you

13 Mar 2010 Wavelet Fractal compression it is proposed an efficient approach for compression microarray images. It is utilized a hybrid wave Author: Muhammad Reza nasiri avanaki kakroo, ruchika

Please help... for line number 39...

13 Mar 2010 GSM Traffic Channel Simulator Simulator for a GSM traffic channel transmission and reception Author: Juan Antonio Simon Molina Blotta, Sberla99

It's possible receive documentation of receiver?
 My mail is sberletto@gmail.com

Thank's....

13 Mar 2010 mmread Read virtually any media file in Windows, Linux, or Mac. Author: Micah Richert 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
'C:\Users\a_user\AppData\Local\Temp\a_user\mcrCache7.10\estima0\toolbox\mmread\FFGrab.mexw32':
The specified module could not be found.

.

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,
y

12 Mar 2010 Image Restoration Restore images degraded due to degradation factors such as motion blur and noise. Author: Prateek Garg kumar, astra

hi prateek.
This is ramesh.

Could u please send the documentation for Image degradation and restoration.
I require it for mini project.
 

PLEASE PLEASE help me sir.
only few days left for submission of mini project.

to: krameshkumar6@gmail.com

Thank u so much.

12 Mar 2010 Enhanced Input Dialog Box Predefined dialog box function to accept user inputs of several forms Author: Kesh 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 Author: Dinesh Dileep Gaurav Ann

12 Mar 2010 BlobsDemo Image Processing Tutorial to demonstrate the basic concepts to beginner users. Author: Image Analyst 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 Author: wei liu 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 Author: Hanchuan Peng 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.
Another question is that I have "Invalid MEX-file... the application .dll is invalid...". Would you know how to solve that.
Thanks a lot for this software anyway!
 

12 Mar 2010 Huynh-Feldt epsilon general procedure Calc. the Huynh-Feldt epsilon for any arbitrary combination of between and within subject factors Author: Matthew Nelson 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. Author: David Godlove 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 Author: Martin Pastor Garcimartín, Angel

very useful; can be tailored to many situations.

12 Mar 2010 Audio Steganography Steganography in wav file using lsb method. Author: Ankur Pawar 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
san10.100@rediffmail.com

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. Author: Xi-Nian Zuo Dan

Hey thanks for uploading this!
I have one question regarding Kendall's coefficient of concordance W: When I choose to correct for ties within the data, I get values > 1. Is that possible? I know it's not supposed to be without correcting for ties.

12 Mar 2010 numerical method euler, RK-4, Bs method Author: ECE IISc 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 Author: Trond Andresen Mossaab, Bennehar

12 Mar 2010 Bode plot with asymptotes Bode plot with asymptotes Author: Trond Andresen Mossaab, Bennehar

You're a Geeeeeeeeeeenius
really, great m file
thanx

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. Author: Avinash Bhat nozari, hamed

thank

 

MATLAB Central Terms of Use

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