Rank: 894 based on 88 downloads (last 30 days) and 1 file submitted
photo

Sadik

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Sadik
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 May 2010 Screenshot Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik fill, filled circle, color fill, patch 88 7
  • 4.75
4.8 | 4 ratings
Comments and Ratings by Sadik View all
Updated File Comments Rating
25 May 2013 Make FSL-compatible Transformation Matrix Prepares .mat files to be used with FSL's registration-related functions. Author: Cihat Eldeniz

Hello Michel,

The spokesman of FLIRT is avscale.

So, if the avscale output confirms makeFslXfmMatrix, then it means it is working correctly. If for a particular case it does not, please write it here so that we can take a look.

Best.

06 Dec 2012 Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik

Hi Irvin,

I am not sure I understand your question thoroughly but here is what you can do for transparency:

% Filled object becomes more and more transparent as the following variable [transp] goes to zero. [Max value is 1]
transp = 0.5;
set(h,'FaceAlpha',transp);

Best.

02 Jan 2012 LMFnlsq - Solution of nonlinear least squares Efficient and stable Levenberg-Marquard-Fletcher method for solving of nonlinear equations Author: Miroslav Balda

I thank you so much for providing this code. Implementation has its own challenges but your code worked like a charm to show how beautifully theory and practice meet. With good initial estimates, the algorithm converged in only a few iterations.

FYI: I used it for T1 estimation in MR where the equations in our case were much more complicated than single exponential recovery equations.

Thanks.

12 Sep 2011 Peak Fitter Command-line peak fitter for time-series signals. Version 3.6: February, 2013. Author: Tom O'Haver

Good job!

24 Aug 2011 imtranslate Affine translates a 2D image or 3D volume. Author: Sean de

Thank you very much.

The current usage of imtransform with xdata ydata is not straight-forward at all. I think matlab really needs to have this in its library!

Comments and Ratings on Sadik's Files View all
Updated File Comment by Comments Rating
03 Apr 2013 Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik David-Leon

This addon has a bug (I guess). It changes the aspect ratio of my plot.

06 Dec 2012 Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik Sadik

Hi Irvin,

I am not sure I understand your question thoroughly but here is what you can do for transparency:

% Filled object becomes more and more transparent as the following variable [transp] goes to zero. [Max value is 1]
transp = 0.5;
set(h,'FaceAlpha',transp);

Best.

05 Dec 2012 Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik rynning, irvin

In the code using a white fill
h=fill(X,Y,'w');
results in the same circle with white center.
how to make it transparent ?

11 Mar 2012 Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik Aziz

29 Jan 2011 Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik Sadik

Hi Catalin,

You may want to check if you are playing with the axes, especially whether or not the code is making a zooming effect.

If you can't figure that out, using the clf command of matlab, or closing and reopening the figure window at each iteration should solve the problem.

Best.

Top Tags Applied by Sadik
color fill, fill, filled circle, patch, r14
Files Tagged by Sadik View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 May 2010 Screenshot Draw a filled circle Plots a filled circle with given radius, center and color. Author: Sadik fill, filled circle, color fill, patch 88 7
  • 4.75
4.8 | 4 ratings
18 Jun 2004 MATLAB Component Runtime Installer Automation AutoIt3 windows based program that automatically installs the Release 14 MATLAB Component Runtime. Author: Angel Ezquerra 14, component runtime, mcr, compiler, r14, release 27 3
  • 3.55556
3.6 | 9 ratings

Contact us