Feeds
已提交
NAWHIMAR Navy-White-Red Divergent Colormap with Automatic Scaling
Navy-White-Maroon Divergent Colormap with and without Automatic Scaling
6 years 前 | 3 次下载 |
已回答
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...
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 前 | 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...
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...
7 years 前 | 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...
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...
9 years 前 | 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...
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...
9 years 前 | 0
提问
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 前 | 0 个回答 | 0
0
个回答提问
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...
10 years 前 | 0 个回答 | 0
0
个回答已回答
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 =...
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 =...
10 years 前 | 4
| 已接受
提问
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...
10 years 前 | 1 个回答 | 0