Community Profile

photo

John Barber


Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Simulation time in Simulink goes up because of minor changes
Might be a zero-crossing detection issue. In general, when zero crossings occur, Simulink does a solver reset, which can negate...

más de 8 años hace | 0

| aceptada

Respondida
Clearing functions selectively, excluding ones with persistent vars
Another approach is to use the |mlock| function inside of the functions that you want to protect from being cleared. You can th...

más de 9 años hace | 1

Respondida
Simulink Dynamic Popup Parameter Values Set at Mask Initialization
Here are my results (in R2014a) on a block with parameter 2 being the popup of interest, using a number of approaches: % Co...

más de 9 años hace | 3

Respondida
Piecewise functions using @ operator
In addition to following Walter's advice about logical indexing, you'll want to learn about the differences between scripts, fun...

más de 10 años hace | 0

Respondida
How to convert an image from rgb to l*a*b color space without using any function???
Here is a good reference for color space conversions: <http://www.brucelindbloom.com/index.html?Equations.html> Once you u...

más de 10 años hace | 0

Respondida
prevent creating workspace variables
Try this: h = find_system(bdroot,'BlockType','Scope'); for k = 1:length(h) set_param(h{k},'SaveToWorkspace','off'...

más de 10 años hace | 0

Respondida
Is it possible to use a section of a colormap?
The |caxis| function lets you adjust the axes' color limits ( |CLim| property), which determine the range of data values that ar...

más de 10 años hace | 0

Respondida
Making a Graphics Object
You have several options: 1) Depending on how complex the shape is, you could draw it as a single |patch| object and modify t...

más de 10 años hace | 1

| aceptada

Respondida
YTickLabels at specified RGB values in colorbar
Here is an example: hSurf = surf(peaks); hCbar = colorbar; set(hCbar,'YTick',[-5 0.3 6],'YTickLabel',{'Blue','Green','Re...

más de 10 años hace | 1

Respondida
Shadowing built-in functions
I have recently started to use packages, although their utility is significantly reduced by the fact that packages do not import...

más de 10 años hace | 3

Respondida
Comment out Simulink block using a command line function?
Try the following: set_param(path_to_your_block,'Commented','on')

casi 11 años hace | 3

| aceptada

Respondida
Is there a way to plot (4D) such that x, y, and z are in the linear scale but the fourth dimension is logarithmic?
Deven, As far as I know, the color axis cannot be directly set to log-scale, unlike the three coordinate axes. However, you ...

casi 11 años hace | 0

| aceptada

Respondida
Determine Pixel Length of Text String
Michael, Especially with a proportional font, it would be very difficult to determine the pixel size for an arbitrary string ...

casi 11 años hace | 1

| aceptada

Respondida
Function for setting tick markers on a variable length x axis.
Hi Chris, I'm not exactly sure what you're looking for, but you might want to try my File Exchange program, xtickinterval, wh...

casi 11 años hace | 0

Respondida
How to make only x-axis invisible (y-axis stays visible)?
This solution might be overkill, but you can get that effect with my File Exchange program 'oaxes', available here: <http://www....

casi 11 años hace | 0

Respondida
How to move library subsystems between user libraries in R2012b ?
One way is to do the following: 1) Copy the subsystem and paste into the new library - it will paste as a link as you have st...

casi 11 años hace | 0

| aceptada

Enviada


oaxes - central axis lines through an origin
Draw central axis lines through an origin point.

más de 11 años hace | 7 descargas |

Thumbnail

Enviada


logzplot
Easily create surface plots with logarithmic z-axis and color scale.

casi 12 años hace | 3 descargas |

Thumbnail

Respondida
How to render an accurate image of a 3D model
A few thoughts: 1) I concur with Walter's point about getting the actual figure position. You should also be familiar with a...

más de 12 años hace | 1

Respondida
Multiple Axis Scales
For the legend, use one of the File Exchange 'Enhanced Legends': <http://www.mathworks.com/matlabcentral/fileexchange/31092-l...

más de 12 años hace | 0

| aceptada

Respondida
data from JPEG
The File Exchange program GRABIT is a good way to extract data points from an image of a graph. Download it here: <http://www.m...

más de 12 años hace | 1

Respondida
Get next plot color
The next color to be used by a call to |plot| is stored as an index into the list of colors in the axes' |ColorOrder| property. ...

casi 13 años hace | 2

Enviada


riemannsphere
Plot complex numbers on a Riemann sphere

casi 13 años hace | 2 descargas |

Thumbnail

Enviada


obliqueview
Obliqueview - View an axes using an oblique projection

alrededor de 13 años hace | 1 descarga |

Thumbnail

Enviada


calcticks
Calculate ticks and ticklabels for specified limits, orientation and text size.

alrededor de 13 años hace | 1 descarga |

Thumbnail

Enviada


xtickinterval, ytickinterval
XTICKINTERVAL forces tick spacing to a specified interval regardless of axis limits.

alrededor de 13 años hace | 2 descargas |

Enviada


ccbar
Custom colorbar with multiple entries

alrededor de 13 años hace | 1 descarga |

Thumbnail

Enviada


dcolor
Display complex-valued data using domain coloring

alrededor de 13 años hace | 8 descargas |

Thumbnail