Heidi Hirsh
Followers: 0 Following: 0
Statistiques
RANG
4 465
of 295 467
RÉPUTATION
11
CONTRIBUTIONS
52 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
10
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can I make my tick labels include 4 decimal places
I am trying to make a map over a very small area and three decimals is not enough to distinguish between longitude tick labels o...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot images with iterative names as subplots
I have several images that I have read in as A1 to A43. For instance, A1= imread('False_Color/20181007.png'); A2= imread('Fa...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Can I assign specific colors to values for an imagesc plot and use a colormap for others?
I am trying to make a map using imagesc. I have different classes of data I need to show. Right now I am using a default colorma...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
I want to plot current data (direction and magnitude) as vectors in a single plot
Hi! I'm trying to plot a timeseries of current data in away that I have seen wind velocity data displayed like in the example at...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Can I add 95% confidence ellipses around groups of data in a pca plot (biplot)?
I am plotting the results of principle component analysis using biplot. I am wondering if there is a way (in matlab) to add conf...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Does anyone know of a function that will take timeseries data and find 12-hour averages throughout (day and night averages)?
I have a 17 day timeseries and I would like to calculate 12-hour averages for the data so that I end up with daytime averages an...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Indexing scores to plot pca results in biplot
I am trying to visualize the results of a principal component analysis using biplot. I want to color the data by site (or time i...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I plot two datasets together if they have different x axis values?
I want to plot flux data versus time. I have a dataset of flux values where the x-axis is timestamps (not chronological because ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I determine the closest upcoming index (given a vector of the indices of interest) to each value in a vector of timestamps?
I have a record of timestamps at 5 minute intervals. I want to calculate the time (ideally in hours) until the next tide change ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
shift x axis to plot daytime hours before nighttime hours
I have a plot where the x axis is the hour of the day. Right now the xaxis starts at 0 and ends at 24. Instead, I want to plot t...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Why do colors "gray out" when I save figure as .eps
I am trying to save a figure as an EPS file so that I can open it in Adobe Illustrator. When I save my figure most of the colors...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I set the y tick interval (to powers of 10) on a log scale?
I have specified the limits of my x and y axis which are both on log scales. I want to also specify the intervals for the yaxes ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Is it possible to set the size of the gap between grouped bars in a bar graph?
I know you can set the width of each bar (I set mine near max) but I am curious if I can minimize the white space by decreasing ...
plus de 4 ans il y a | 3 réponses | 3
3
réponsesQuestion
When using yyaxis is there a way to plot the right yaxis data behind the left yaxis data?
I am trying to plot data on two different axes. I want the data associated with the right y axis (red lines) to plot behind the ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
I'm trying to shade profiles of different measurements over depths and the colors look limited
I am using contourf to plot data overdepth. The first panel looks fine, but in the second it looks like only four colors are bei...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Trouble adding error bars to bar graph
I am trying to add error bars to bar graph. The figure looks fine if I run it without the error bars as just bar(coh). (see atta...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I add a third axis to a plot
I made a figure using yyaxis to plot two different kinds of data on the same plot. I want to add a third timeseries with a y-axi...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I shade confidence intervals on a loglog plot?
I am trying to plot frequency spectra with 95% confidence intervals (upper and lower bounds). I am using pwelch to calculate pow...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
add grid lines to minor x ticks
I am trying to make a plot where my x labels are weeks. I only want to label every other week, but I want x gridlines for every ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
add single isolines to contour plot (contourf)
I am trying to make contour plots for chemistry data. To simplify the plots I have removed the contour lines but I would like to...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
set white in bluewhitered to z=1 (instead of zero)
I'm trying to highlight z=1 in a contour plot. I have used the bluewhitered colormap in the past to help discriminate positive f...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I shade confidence intervals and assign colors to frequency spectra plot (pwelch)
I am trying to plot power spectra for timeseries data with 95% confidence intervals. Right now I have plotted 2-3 depths of data...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract time data from a point by clicking
I used to be able to right click on a point and save it. Then I could pull out the x data (time) for indexing later. For some re...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I label the scatter colorbar with month and day
I wanted to color my scatter plot by date. I was able to do that with the code below but I want to me able to discrimate between...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there a way to select a good color scheme for easy figure viewing
I have timeseries data from nine depths under water. I was to plot it together and still be able to discriminate depth. Right no...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Determine daily derivative of time series data
I have a timeseries of oxygen (DO) data collected at 5 minute intervals. I want to calculate the daily derivate of oxygen (so 28...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
years read in as 18 instead of 2018; how do I add 2000 years?
I checked similar questions asked and it seems like the previous answers aren't quite what I am looking for. I have a csv file w...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
why are my cross correlation values so high?
I am trying to find the best lag for relating to vectors of data (attached in the mat files as vectors x and y). I want to do a...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
correlation coefficients for a matrix that includes NaNs
I am trying to determine correlation coefficients and p values for different parameters of timeseries data. I have a matrix of f...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
cut out section of x axis
I am plotting two experiments on the same x axis. I want to keep the xaxis from 7/11 to 7/14 and 7/18 to 7/20, but I want to cut...
environ 5 ans il y a | 2 réponses | 0