Community Profile

photo

Heidi Hirsh


Last seen: 3年以上 前 2017 年からアクティブ

統計

  • Thankful Level 4
  • First Review

バッジを表示

Content Feed

表示方法

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

3年以上 前 | 2 件の回答 | 3

2

回答

質問


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 ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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...

約4年 前 | 0 件の回答 | 0

0

回答

質問


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...

約4年 前 | 2 件の回答 | 0

2

回答

質問


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 ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 2 件の回答 | 0

2

回答

さらに読み込む