photo

Austin M. Weber


Aktiv seit 2021

Followers: 0   Following: 0

Research Interests: Ice core paleoclimatology, machine learning , electron microscopy, remote sensing.

Programming Languages:
MATLAB
Professional Interests:
Geoscience

Statistik

All
MATLAB Answers

11 Fragen
48 Antworten

File Exchange

8 Dateien

Cody

0 Probleme
50 Lösungen

RANG
900
of 298.227

REPUTATION
84

BEITRÄGE
11 Fragen
48 Antworten

ANTWORTZUSTIMMUNG
90.91%

ERHALTENE STIMMEN
10

RANG
11.899 of 20.552

REPUTATION
35

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
8 Dateien

DOWNLOADS
34

ALL TIME DOWNLOADS
259

RANG
8.519
of 160.627

BEITRÄGE
0 Probleme
50 Lösungen

PUNKTESTAND
706

ANZAHL DER ABZEICHEN
5

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Colordle
A color guessing game, inspired by Wordle.

14 Tage vor | 3 Downloads |

0.0 / 5
Thumbnail

Gesendet


eds-classification
Functions for working with SEM-EDS data in MATLAB, including different algorithms for performing mineral classification.

17 Tage vor | 10 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

3 Monate vor | 5 Downloads |

0.0 / 5
Thumbnail

Gelöst


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

3 Monate vor

Gesendet


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

6 Monate vor | 4 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

6 Monate vor | 4 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

6 Monate vor | 1 Download |

0.0 / 5
Thumbnail

Frage


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

7 Monate vor | 1 Antwort | 0

1

Antwort

Gesendet


ByrdDIT - The Byrd Data Import Tool
GUI for ice core researchers to quickly access, visualize, and save data sets published by the Byrd Polar & Climate Research Cen...

8 Monate vor | 2 Downloads |

0.0 / 5
Thumbnail

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

11 Monate vor | 0

| akzeptiert

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

11 Monate vor | 0

Gesendet


groupedSpacedBoxchart
Boxcharts with space between groups (MATLAB function).

11 Monate vor | 6 Downloads |

0.0 / 5
Thumbnail

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

11 Monate vor | 0

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

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

12 Monate vor | 0

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

12 Monate vor | 1

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

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

etwa ein Jahr vor | 1

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

etwa ein Jahr vor | 0

Beantwortet
App designer not working same as Matlab providing the same code
Hi @Victor, I think you are right that your plot isn't being properly reset after each time you press the button. Try adding: ...

etwa ein Jahr vor | 0

Beantwortet
error saving figure as .tiff
If you are using R2020a or later, try using the exportgraphics function: fig = gcf; exportgraphics(fig,'myFigure.tiff','Resolu...

etwa ein Jahr vor | 0

| akzeptiert

Gelöst


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

etwa ein Jahr vor

Mehr laden