Feeds
提问
how to heat map encode a smoothed line of sparse time-series data
Hello. I have data capturing the motion of a hand while clicking a mouse. The y-values are sparse points of computed instantane...
2 months 前 | 2 个回答 | 0
2
个回答提问
finding indexed max values of a matrix using logical array
Hi. Note I have a hard-coded example for this question below you can run to see what I am referring in the question. To illustr...
6 months 前 | 1 个回答 | 0
1
个回答提问
Accessing and changing the Y-limits of multiple figures
I have multiple figures of data with two y-axes. The left axis shows the histocounts of the values; the right axis gives the cum...
11 months 前 | 1 个回答 | 0
1
个回答提问
unsupervised thresholding of signal amplitudes: MLE?
I am hoping someone with knowledge of unsupervised signal processing can advise how best to handle the following problem. I have...
12 months 前 | 1 个回答 | 0
1
个回答提问
accessing subplot grid title (sgtitle) from figure properties
How to get the sgtitle of a figure directly from the properties? For the fig title, this is fairly straightforward and ideal wh...
1 year 前 | 2 个回答 | 0
2
个回答提问
glitch in the MATrix: unable to get logical consistency between matrices with same values
Edit. To update perhaps a context, I am wondering if this issue of the displayed data working but not the values generated inter...
1 year 前 | 1 个回答 | 0
1
个回答提问
How best to overlay bar graphs from histcounts of different data?
I wish to overlay bar graphs from two different samples that use histcounts. The length of the separate counts are not equal nor...
1 year 前 | 3 个回答 | 1
3
个回答提问
can you specify a newly created sheet to be at the start of a spreadsheet using writetable?
To put this in context: I have a large list of raw data for a series of individual measures. These data for each separate measur...
1 year 前 | 1 个回答 | 0
1
个回答已回答
How to remove outlier form boxchart graph ?
You can also easily get rid of outliers using the isoutlier function to logically select only non-outlier values as follows: da...
How to remove outlier form boxchart graph ?
You can also easily get rid of outliers using the isoutlier function to logically select only non-outlier values as follows: da...
1 year 前 | 0
已回答
Extracting from boxchart function the median, quartiles, and whisker data.
Thank you all for the help. Much appreciated.
Extracting from boxchart function the median, quartiles, and whisker data.
Thank you all for the help. Much appreciated.
1 year 前 | 0
提问
Extracting from boxchart function the median, quartiles, and whisker data.
Hello dear community. I've got mutliple comparisons that I have plotted with boxchart. When I hover the cursor over any boxoplot...
1 year 前 | 3 个回答 | 2
3
个回答提问
deleting the last row of csv file
Hello. I have a large csv file with header information. I simply wish to delte the last row,replacing it as blanks and resave th...
2 years 前 | 1 个回答 | 0
1
个回答已回答
preserving RGB color quality from heatmap figures during exporting
Just wanted to follow up. I learned that the issue was a Mac OS new update related problem that reset Adobe Cloud settings. This...
preserving RGB color quality from heatmap figures during exporting
Just wanted to follow up. I learned that the issue was a Mac OS new update related problem that reset Adobe Cloud settings. This...
3 years 前 | 1
提问
preserving RGB color quality from heatmap figures during exporting
I wish to export in RGB heatmaps that were created using imagesc and pcolor for output. The MATLAB .fig outputs look beautiful u...
3 years 前 | 2 个回答 | 0
2
个回答已回答
Opening and reading a given frame from a .tiff stack to then show on the screen
So a follow up... I found that using uint16 to convert the data type helped. At first it makes a black screen... but it is clear...
Opening and reading a given frame from a .tiff stack to then show on the screen
So a follow up... I found that using uint16 to convert the data type helped. At first it makes a black screen... but it is clear...
3 years 前 | 0
提问
Opening and reading a given frame from a .tiff stack to then show on the screen
Hello community. I have what I thought would be simple enough but having trouble opening a .tiff stack in matlab to do the f...
3 years 前 | 2 个回答 | 0
2
个回答提问
How to fill different circles using a 'jet' colormap to represent data values
I want to do several things to represent five temperature measurements for two conditions. First I want to represent the data m...
8 years 前 | 2 个回答 | 0