![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20874907_1708454543832.png)
Austin M. Weber
Followers: 0 Following: 0
Research Interests: Ice core paleoclimatology, machine learning , electron microscopy, remote sensing.
MATLAB
Professional Interests:
Geoscience
Statistiques
RANG
889
of 297 010
RÉPUTATION
84
CONTRIBUTIONS
11 Questions
48 Réponses
ACCEPTATION DE VOS RÉPONSES
90.91%
VOTES REÇUS
10
RANG
12 382 of 20 418
RÉPUTATION
30
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
7 Fichiers
TÉLÉCHARGEMENTS
28
ALL TIME TÉLÉCHARGEMENTS
219
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Dracula theme for figures
A stylish dark color theme for figures. Great for dark mode!
25 jours il y a | 10 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/28d75494-1988-4232-aa5f-7c3f7cd2c001/2bd2b580-ea38-4b95-9a5d-a5ace856ff85/images/1737490452.png)
A soumis
eds-classification
Functions for working with SEM-EDS data in MATLAB, including different algorithms for performing mineral classification.
environ un mois il y a | 7 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/cd0f7394-2309-4de3-8c5e-99246b93674a/3844d611-ea89-4b93-81e0-b25ea13570f0/images/1722612466.png)
A résolu
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...
environ un mois il y a
A soumis
Categorical Colors
Color palettes for visualizing categorical data/changing the color order.
3 mois il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/806e415f-f63b-4c18-8224-8bf3dd123e34/70713d7c-ef4c-4e57-be73-6dba34722f71/images/1730575443.jpg)
A soumis
Core Stratigraphy Visualization
MATLAB functions to generate a cylindrical representation of a rock core, sediment core, or ice core.
4 mois il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e71784a6-d139-4d7b-ac9f-f5344d48638c/2b380cbd-6321-4594-9357-0d2892e1fa5a/images/1727802551.jpg)
A soumis
Radial histogram for categorical data
Make radial histograms (a.k.a. polar histogram or circular histogram) for visualizing categorical data
4 mois il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/ac4ba183-86d6-4e88-a670-6c54843ab864/70952c85-8fd7-48d0-bb87-1608d9c07d26/images/1705444938.jpg)
Question
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...
5 mois il y a | 1 réponse | 0
1
réponseA soumis
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...
6 mois il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0e255c96-e982-4670-bd80-5a91297cc9d9/c30bb45d-8a10-4814-a8e8-3bcf171196b8/images/1723320172.png)
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 ...
8 mois il y a | 0
| A accepté
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...
9 mois il y a | 0
A soumis
groupedSpacedBoxchart
Boxcharts with space between groups (MATLAB function).
9 mois il y a | 5 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/fa1fa281-045a-493d-93f8-977aa6403643/c5ce39c4-f49c-422e-a9cd-ed24b1f79b81/images/1716486963.jpg)
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...
9 mois il y a | 0
A résolu
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
10 mois il y a
A résolu
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 ...
10 mois il y a
A résolu
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 ...
10 mois il y a
A résolu
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
10 mois il y a
A résolu
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
10 mois il y a
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...
10 mois il y a | 0
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...
10 mois il y a | 1
Question
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...
11 mois il y a | 1 réponse | 0
1
réponseChanging 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...
11 mois il y a | 1
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...
12 mois il y a | 0
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: ...
12 mois il y a | 0
error saving figure as .tiff
If you are using R2020a or later, try using the exportgraphics function: fig = gcf; exportgraphics(fig,'myFigure.tiff','Resolu...
12 mois il y a | 0
| A accepté
A résolu
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
12 mois il y a
Normalize axis scale for annotations
The text function allows you to place annotations on a figure using axes coordinates. For example: hf = figure; x = -180:180; ...
12 mois il y a | 0
| A accepté