photo

Doug Hull


Last seen: plus d'un an il y a Actif depuis 2011

Followers: 0   Following: 0

Formerly known as MATLABDoug during my 15 year tenure at MathWorks. Now I live in Vegas, write poker books and relieve tourists of their poker money.

Statistiques

All
MATLAB Answers

29 Questions
287 Réponses

File Exchange

7 Fichiers

Cody

52 Problèmes
58 Solutions

RANG
118
of 300 381

RÉPUTATION
1 073

CONTRIBUTIONS
29 Questions
287 Réponses

ACCEPTATION DE VOS RÉPONSES
82.76%

VOTES REÇUS
421

RANG
54 of 20 941

RÉPUTATION
14 953

CLASSEMENT MOYEN
4.50

CONTRIBUTIONS
7 Fichiers

TÉLÉCHARGEMENTS
18

ALL TIME TÉLÉCHARGEMENTS
146523

RANG
3 349
of 168 477

CONTRIBUTIONS
52 Problèmes
58 Solutions

SCORE
1 100

NOMBRE DE BADGES
7

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Cody 5th Anniversary Author
  • 12 Month Streak
  • Pro
  • Likeable
  • Famous
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Revival Level 2
  • Knowledgeable Level 4

Afficher les badges

Feeds

Afficher par

Réponse apportée
How do I comment out a large block of code in MATLAB?
To comment out a large block of code in the Editor or Live Editor, select the code and on the "Editor" or "Live Editor" tab, cli...

environ 2 ans il y a | 67

| A accepté

Réponse apportée
I have plotted two equations. How to get their intersection point?.......Thanks
The cheap way to do this is to plot both and zoom in. ezplot('(x-5)^2+(y-3)^2=4'); hold on ezplot('y-x^2+2.5*x=0'); ...

environ 10 ans il y a | 0

Réponse apportée
Integrating C++ into MATLAB
<http://www.mathworks.com/help/matlab/ref/mex.html MEX examples from the MATLAB documentation>

plus de 10 ans il y a | 4

Réponse apportée
Using the legend in a plot leads to errors in displaying them
I think something is amiss on your path. I suspect Legend has been overwritten by a different function that is for some reason ...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Alternative to contour plot: pixel plot?
This looks like it can be done with the command <http://www.mathworks.com/help/matlab/ref/image.html "Image">

presque 11 ans il y a | 0

| A accepté

Réponse apportée
legend entry callbacks in 2014b
Short answer: No. http://www.mathworks.com/help/matlab/graphics_transition/why-are-colorbars-and-legends-not-valid-axes-handl...

presque 11 ans il y a | 0

Réponse apportée
Legend line spacing in R2014b
Here are a variety of changes to legend: http://www.mathworks.com/help/matlab/graphics_transition/why-are-colorbars-and-lege...

presque 11 ans il y a | 0

Réponse apportée
Create part of Handles variable
Please don't do this: See this FAQ. http://www.mathworks.com/matlabcentral/answers/143-how-do-i-make-a-series-of-variables...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Problem Running any GUI
In the third way, you shoulr right click to "open in GUIDE" or run the .M file. The .Fig files of a GUIDE file are not really m...

presque 11 ans il y a | 0

Réponse apportée
Annoying behavior saving eps figures in MATLAB 2014
Please send the specifics of your case, code and old and new outputs, to www.mathworks.com/support Without more details, it i...

presque 11 ans il y a | 0

Réponse apportée
barh with colored bars: differences between 2012b and 2014b
The Bar properties of Children is no longer available. This is along the lines of what you want to accomplish: bar([1 na...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
2014b axis label errors when printing to postscript
This is under investigation by our developers. We have found there is a gap, the size of which is dependent on the length of ...

presque 11 ans il y a | 1

Réponse apportée
Stacking order of figures
Maybe I am misunderstanding the question: close all for ni = 1:3 figure plot(rand(7)) drawnow en...

presque 11 ans il y a | 0

Réponse apportée
axis in a semilogx
Just add xlim([1 128000]) <</matlabcentral/answers/uploaded_files/21263/loggy.jpg>>

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Cannot set the tick mark direction as default
From our development staff: set(groot, 'defaultAxesTickDir', 'out'); set(groot, 'defaultAxesTickDirMode', 'manual'); ...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
Patch performance with caxis?
Mike Garrity showed me this example earlier with respect to patch: >> 2.4814 frames per second >> 20.6223 frames per secon...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
point of intersection of a circle and binary image
I have an ugly solution that might be what you want: * run EDGE on the binary image. You now have a binary image with the ...

presque 11 ans il y a | 0

Réponse apportée
how do i assign a color to the same type of shape
If you make this a binary image, you can run it through regionprops. There are a variety of metrics in there that should be use...

presque 11 ans il y a | 0

Réponse apportée
How do I prevent LineWidth property from affecting line start and end point on plot?
There is not currently a way to turn of the endcaps on the lines. Maybe you could use less wide lines, or put markers over th...

presque 11 ans il y a | 0

Réponse apportée
Problem with 'Patch' graphics in 2014b - Splits in two along diagonal
The file we are creating in MATLAB is correct and what you are seeing is a bug in Adobe Reader, refer to Stata’s description of ...

presque 11 ans il y a | 1

Réponse apportée
R2014b problem exporting EPS
Thank you for your patience. We have published an article about this. http://www.mathworks.com/matlabcentral/answers/162283-...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
How do you format rotated text from clabel in MATLAB 2014b?
Sorry this took a while to get answered. I have checked with our developers to confirm and this is a known incompatibility goin...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
addlistener in R2014b can't access new property value?
So this will work, since you know the values you want int there, pass them in like any other argument to the call back. fun...

presque 11 ans il y a | 0

Réponse apportée
Blank areas with fill and patch in 2014b
Thank you for this simple reproduction case. Our developers in this area have noted this: Our current rule for in-out test...

presque 11 ans il y a | 0

Réponse apportée
How to change particular pixel color of a binary image to other color?
Change colormap? clf im = round(rand(10)); imshow(im) colormap([0 1 0; 1 1 1])

environ 11 ans il y a | 1

Réponse apportée
Is it possible to disable plot/figure generation in an entire script?
A sneaky way of kind of sort of doing this is: set(groot,'defaultFigureVisible','off') To undo this: set(groot,'def...

environ 11 ans il y a | 2

| A accepté

Réponse apportée
GUIDE Tabs Support in R2014b
http://www.mathworks.com/products/matlab/matlab-graphics/#user_interfaces_with_tab_panels Tab pannels are supported in r2014b...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Font problems when exporting as EPS
From the printing developer: The issue is that Illustrator complains about a missing Helvetica font when the file is import...

environ 11 ans il y a | 0

Réponse apportée
R2014b, where'd 'TitleHandle' go? uipanel
clear close all panel = uipanel('position',[0.5 0.5 0.2 0.2],'parent',gcf) cbox = uicontrol('style', 'checkbox', ...

environ 11 ans il y a | 0

| A accepté

Charger plus