Feeds
提问
How to reorder columns and array elements based on an array?
I'm working with a 1000x20 matrix containing weight measurements of 20 different species, ordered alphabetically. I want to plot...
9 months 前 | 1 个回答 | 0
1
个回答提问
Dynamically specifying table columns in a loop - with a row number...
I'm running a loop where I copy values from one table into another, dynamically specifying variable names (columns). I got this ...
1 year 前 | 1 个回答 | 0
1
个回答提问
Restructuring a matrix based on an index
I have a 60x12 matrix in a table format (with column headers), where the first three columns are identification indices: site (1...
1 year 前 | 0 个回答 | 0
0
个回答提问
How to change the bar length in a bar graph legend?
There was already a similar question asked - and answered - in 2009 (link), but the solution no longer works in the newer releas...
2 years 前 | 0 个回答 | 0
0
个回答提问
How to change the size and position of subplots after defining axis handles
I have a figure with eight subplots, e.g. a = subplot(4,2,1); In each subplot, I define the main and an underlying axis to con...
2 years 前 | 1 个回答 | 0
1
个回答提问
Can I change the width of a single bar in a bar plot?
I have a grouped bar plot, bb: bb = bar(x,y) where x is a 7x1 double vector with month numbers and y is a 7x5 double vector wi...
2 years 前 | 1 个回答 | 0
1
个回答提问
Bar plot with a hatched fill pattern
I have a grouped bar plot, bb: bb = bar(ax, x, y) where 'ax' is the axis handle, x is a 1x7 datetime vector and y is a 5x7 dou...
2 years 前 | 1 个回答 | 0
1
个回答已回答
How to make a grouped boxplot of measurements data from five days?
I found the answer myself; updating in case someone has a similar problem. MyData = rand(46,5); Site = randi([1 3],46,1); MyD...
How to make a grouped boxplot of measurements data from five days?
I found the answer myself; updating in case someone has a similar problem. MyData = rand(46,5); Site = randi([1 3],46,1); MyD...
5 years 前 | 0
| 已接受
提问
How to make a grouped boxplot of measurements data from five days?
Hi, I have a 46x5 matrix with measurement data from 46 points taken on five days, called MyData. The 46 measurement points bel...
5 years 前 | 1 个回答 | 0
1
个回答提问
Add background colour for certain values in a plot
Hi all, I have a 30,000 x 12 x 4 timetable (called SR) with tree stem diameter values measured every 20 minutes. Within the da...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to: Retime a timetable without omitting NaNs
Hi, I'm trying to use the retime function on a 488 x 12 x 4 timetable, and calculate monthly sums from 488 daily values. The pr...
5 years 前 | 0 个回答 | 1
0
个回答提问
How to copy data from one timetable to another
Hi all, I have three timetables (called Tmin, Tmax, Prec) with daily meteorological variables at two measurement sites (Site 1 ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Logical operations on logical matrices?
I have a 3-dimensional matrix with logical values, A, sized 3000 x 4000 x n, where n varies depending on iteration, but is usual...
5 years 前 | 1 个回答 | 0
1
个回答提问
Using ginput with imshow: how to save pixel instead of axis coordinates
I'm trying to save coordinates of several points in an image (displayed with imshow) as a new variable, and then run some calcul...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to change values meeting certain criteria to NaN... in certain columns only
I have a large matrix with 96 columns and thousands of rows. I would like to find all values values larger than 100 in even-numb...
5 years 前 | 1 个回答 | 0
1
个回答提问
Plotting timetable data: how to add x-axis ticks, labels and gridlines on 1st and 15th day of each month
I have a timetable with mean daily air temperature data recorded for nine months (1st June 2018 to 1st March 2019). I would l...
5 years 前 | 2 个回答 | 0
2
个回答提问
Stackedplot of a multi-column tametable: how to plot each line with a different color
I have a timetable with multi-column variables (12 variables in each column). When using stackedplot, all variables from a given...
5 years 前 | 1 个回答 | 0