photo

Austin M. Weber


Con actividad desde 2021

Followers: 0   Following: 0

Postdoctoral Scholar studying the preservation of mineral dust in tropical ice core records. My primary research interests include ice core paleoclimatology, machine learning, electron microscopy, mineralogy, and remote sensing.

Programming Languages:
MATLAB
Professional Interests:
Geoscience

Estadística

All
MATLAB Answers

11 Preguntas
48 Respuestas

File Exchange

9 Archivos

Cody

0 Problemas
51 Soluciones

Discussions

1 Tema destacado

CLASIFICACIÓN
900
of 302.046

REPUTACIÓN
86

CONTRIBUCIONES
11 Preguntas
48 Respuestas

ACEPTACIÓN DE RESPUESTAS
90.91%

VOTOS RECIBIDOS
11

CLASIFICACIÓN
10.873 of 21.512

REPUTACIÓN
52

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
9 Archivos

DESCARGAS
19

ALL TIME DESCARGAS
400

CLASIFICACIÓN
10.119
of 178.438

CONTRIBUCIONES
0 Problemas
51 Soluciones

PUNTUACIÓN
727

NÚMERO DE INSIGNIAS
5

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
1 Tema destacado

MEDIA DE ME GUSTA
0

  • MATLAB Central Treasure Hunt Finisher
  • 6 Month Streak
  • Knowledgeable Level 3
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Explorer
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Review
  • First Answer
  • First Submission
  • Thankful Level 3

Ver insignias

Feeds

Resuelto


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

4 días hace

Enviada


eds-classification
A repository of functions for identifying mineral species in SEM-EDS data.

4 días hace | 78 descargas |

0.0 / 5
Thumbnail

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

5 días hace

Discussion


eds-classification: Version 2.0 is now available
💡About First, I would like to thank everyone who has downloaded my eds-classification repository so far. This post is meant fo...

12 días hace | 0

Enviada


ByrdDIT - The Byrd Data Import Tool
Query, download, and visualize data published by the ice core group at the Byrd Polar and Climate Research Center.

3 meses hace | 15 descargas |

0.0 / 5
Thumbnail

Enviada


StokesSimulator
Simulate the settling velocities of particles in the atmosphere or in water using Stokes' Law approximations.

3 meses hace | 4 descargas |

0.0 / 5
Thumbnail

Enviada


Core Stratigraphy Visualization
MATLAB functions to generate a cylindrical representation of a rock core, sediment core, or ice core.

12 meses hace | 53 descargas |

0.0 / 5
Thumbnail

Enviada


Categorical Colors
Color palettes for visualizing categorical data/changing the color order.

más de 1 año hace | 45 descargas |

0.0 / 5
Thumbnail

Enviada


Colordle
A color guessing game, inspired by Wordle.

más de 1 año hace | 9 descargas |

0.0 / 5
Thumbnail

Enviada


Dracula theme for figures
A stylish dark color theme for figures. Great for dark mode!

más de 1 año hace | 111 descargas |

0.0 / 5
Thumbnail

Resuelto


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

más de 1 año hace

Enviada


Radial histogram for categorical data
Make radial histograms (a.k.a. polar histogram or circular histogram) for visualizing categorical data

casi 2 años hace | 38 descargas |

0.0 / 5
Thumbnail

Pregunta


How to correctly adjust the FaceColor property of patch objects in a figure with a legend?
Hello community, I am having an issue adjusting the FaceColor property of patch objects in a figure. That is, only the legend i...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Linking line plot and map (geoshow) together MATLAB
Assuming that I am understanding correctly, if the y-axis of your second subplot is supposed to represent latitude values, then ...

alrededor de 2 años hace | 0

| aceptada

Respondida
How can one use a variable to set color of a line plot , and use colorbar?
To color the line according the values in the variable anx: % Your data load koordmean load anx x = koordmean(:,1); y = koo...

alrededor de 2 años hace | 0

Enviada


groupedSpacedBoxchart
Boxcharts with space between groups (MATLAB function).

alrededor de 2 años hace | 47 descargas |

0.0 / 5
Thumbnail

Respondida
Adjusting the spacing between the bars of different groups within a category using boxchart.
If you set the BoxWidth name-value pair to 1 then the boxcharts will all touch each other: load temperature_data % A random dat...

alrededor de 2 años hace | 1

Resuelto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

más de 2 años hace

Resuelto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

más de 2 años hace

Resuelto


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

más de 2 años hace

Resuelto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

más de 2 años hace

Resuelto


Find max
Find the maximum value of a given vector or matrix.

más de 2 años hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

más de 2 años hace

Resuelto


Inner product of two vectors
Find the inner product of two vectors.

más de 2 años hace

Resuelto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

más de 2 años hace

Respondida
Geoplot with bar chart for each zone
Hi @Shamsoddin, Assuming I understand what you're asking for, the following code should help get you started. Just note that t...

más de 2 años hace | 0

Respondida
can you please help me how to load only indian map from world
Hi @Mr Thadi, If you download and install the borders package from the File Exchange then you can plot a map of India very easi...

más de 2 años hace | 1

Pregunta


Why is my diverging colormap not centered as expected?
I want to plot a heatmap of some data using a diverging colormap from the crameri function (File Exchange). However, the colorma...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Changing the longitude of NetCDF from 0-360 to -180-180?
I am attaching a .mat file with some CPC Global Temperature data as an example. EDIT: Corrections thanks to @Walter Roberson l...

más de 2 años hace | 1

Respondida
Unable to use load coast and geoshow as it was in the R2017a version.
Hi @Joydeb Saha, The command is not load coast but rather: load coastlines Here is an example of how you can use it: load co...

más de 2 años hace | 0

Cargar más