Community Profile

photo

Thomas


Active since 2014

Statistics

All
  • First Submission
  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Submitted


NAWHIMAR Navy-White-Red Divergent Colormap with Automatic Scaling
Navy-White-Maroon Divergent Colormap with and without Automatic Scaling

6 years ago | 1 download |

Answered
save new field to a structure?!
Try looking at the function "matfile" in help. Matfiles are treated differently than other files, and you may need to set the 'W...

6 years ago | 1

Answered
Check if filename is valid.
If you do not want to use UIputfile, another option is fopen. fileID = fopen(filename,'w') if fopen cannot open the file, then...

6 years ago | 0

Answered
Rendering problem with axes in nested uipanels
I ran into the same issue in 2012b (axes in nested panel doesn't move with parent), while trying to make backward compatible a p...

8 years ago | 0

Answered
How to copy hggroup object from one figure to the other
Actually, this is possible: f1=figure; textbox=annotation('textbox','String','Hello World'); f2=figure; newbox=an...

8 years ago | 0

Question


ROI selection tool for individual pixels
Does anyone know of a MATLAB function or Exchange file that allows the user to select individual pixels in a region of interest ...

9 years ago | 0 answers | 0

0

answers

Question


change toggle button programatically (image processing toolbox)
I would like to toggle menu/toolbar items on/off programmatically for the implay function. Specifically, I want to turn on th...

9 years ago | 0 answers | 0

0

answers

Answered
How can I automatically set the colormap (e.g. caxis auto) using the function implay?
I figured this out: function [] = implay_AutoColorMap(image) handle = implay(image); handle.Visual.ColorMap.UserRange =...

9 years ago | 4

| accepted

Question


How can I automatically set the colormap (e.g. caxis auto) using the function implay?
I am using the function <implay> to look at image data with multiple timeframes, and I would like to specify the min and max val...

9 years ago | 1 answer | 0

1

answer