Statistics
RANK
4.778
of 295.467
REPUTATION
10
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
5
RANK
16.214 of 20.234
REPUTATION
6
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
3
ALL TIME DOWNLOADS
68
RANK
of 153.912
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
Feeds
Submitted
NAWHIMAR Navy-White-Red Divergent Colormap with Automatic Scaling
Navy-White-Maroon Divergent Colormap with and without Automatic Scaling
meer dan 6 jaar ago | 3 downloads |
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...
meer dan 6 jaar ago | 1
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...
bijna 7 jaar ago | 0
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...
bijna 9 jaar ago | 0
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...
ongeveer 9 jaar 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 ...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 10 jaar ago | 0 answers | 0
0
answersHow 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 =...
bijna 10 jaar 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...
bijna 10 jaar ago | 1 answer | 0