photo

Thomas


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
5 Answers

File Exchange

1 File

RANK
4,700
of 300,603

REPUTATION
10

CONTRIBUTIONS
3 Questions
5 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
5

RANK
16,329 of 21,028

REPUTATION
7

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
77

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Submission
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Submitted


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

7 years ago | 1 download |

0.0 / 5

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...

7 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...

8 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...

10 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...

10 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 ...

10 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...

11 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 =...

11 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...

11 years ago | 1 answer | 0

1

answer