Community Profile

photo

Robert Daly


Australian Water Quality Centre

Last seen: 21 jours il y a Actif depuis 2021

Statistiques

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • First Review

Afficher les badges

Content Feed

Afficher par

A répondu
Scale patch objects relative to plot Zoom level
To answer my own question... I modified the function to store the important data to recreate the arrows in each patch as "UserD...

4 mois il y a | 0

| A accepté

Question


Scale patch objects relative to plot Zoom level
I have a function to plot wind speed with directional arrows overlayed on top. Each arrow is created using a patch object. To ...

4 mois il y a | 1 réponse | 0

1

réponse

A répondu
Plot of windspeed and wind direction in time series
I wrote this function that gives similar output. The arrows go a bit wierd if you zoom in so it is best to plot only what you w...

4 mois il y a | 0

A répondu
how to convert wind direction to degrees?
Updated answer using the dictionary data type added since R2022b. Intro to dictionaries blog Dictionaries are vectorised so you...

4 mois il y a | 0

A répondu
How to smoothen or interpolate an array of data if I cut out some parts of it?
I get the idea that maybe you have some bad data points you would like to get rid of and then fill with interpolated data. I wo...

7 mois il y a | 1

A répondu
Convert x y coordinates and z data to Matrix
I would use interpolation to convert to a regular grid. scatteredInterpolant is the funtion to do this with your irregularly sp...

8 mois il y a | 0

A répondu
Reshape or convert vectors to use it with pcolor
pcolor or contourf need gridded data to plot. What do you mean when you say "filling a gid is not optimal since the original g...

8 mois il y a | 0

Question


Video Reader: Failed to initialize internal resources
I am trying to read an MP4 video file from a GoPro camera. The following error shows up when using VideoReader... v = VideoRea...

9 mois il y a | 1 réponse | 0

1

réponse

A répondu
Using trapz to calculate the area under part of the whole pulse where y is not zero
I would run traps on the peak data set between the two end points. Then I would run traps using a line between the two endpoint...

11 mois il y a | 0

| A accepté

A répondu
Convert Matrix to ArcGIS raster
Following on from KSSV in the comments... You can export the data to a netCDF file then import that in ArcGIS. To define the c...

plus d'un an il y a | 1

A répondu
Sub-sampling the minimum number of points to accurately reproduce a curve
I had the same question as Michael, here is the best solution I have found. Line Simplification - File Exchange - MATLAB Centra...

plus de 2 ans il y a | 0

A répondu
Save as xlswrite file in user specified path and user specified name
You didn't say anything about how yuor data is stored But something like this... writematrix(data,'FileName.xlsx','Sheet','use...

presque 3 ans il y a | 0

A répondu
How to calculate mean wind direction
I needed a solution that would ignore NAN values in the data. Converts the direction data into X & Y vector components, average...

presque 3 ans il y a | 0