MATLAB
Professional Interests:
Geoscience
Statistik
RANG
900
of 302.046
REPUTATION
86
BEITRÄGE
11 Fragen
48 Antworten
ANTWORTZUSTIMMUNG
90.91%
ERHALTENE STIMMEN
11
RANG
10.873 of 21.512
REPUTATION
52
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
9 Dateien
DOWNLOADS
19
ALL TIME DOWNLOADS
400
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
1 Discussion
DURCHSCHNITTLICHE ANZAHL DER LIKES
0
Feeds
Gelöst
Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...
3 Tage vor
Gesendet
eds-classification
A repository of functions for identifying mineral species in SEM-EDS data.
3 Tage vor | 78 Downloads |
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...
11 Tage vor | 0
Gesendet
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 Monate vor | 15 Downloads |
Gesendet
StokesSimulator
Simulate the settling velocities of particles in the atmosphere or in water using Stokes' Law approximations.
3 Monate vor | 4 Downloads |
Gesendet
Core Stratigraphy Visualization
MATLAB functions to generate a cylindrical representation of a rock core, sediment core, or ice core.
12 Monate vor | 53 Downloads |
Gesendet
Categorical Colors
Color palettes for visualizing categorical data/changing the color order.
mehr als ein Jahr vor | 45 Downloads |
Gesendet
Dracula theme for figures
A stylish dark color theme for figures. Great for dark mode!
mehr als ein Jahr vor | 111 Downloads |
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...
mehr als ein Jahr vor
Gesendet
Radial histogram for categorical data
Make radial histograms (a.k.a. polar histogram or circular histogram) for visualizing categorical data
fast 2 Jahre vor | 38 Downloads |
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortLinking 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 ...
etwa 2 Jahre vor | 0
| akzeptiert
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...
etwa 2 Jahre vor | 0
Gesendet
groupedSpacedBoxchart
Boxcharts with space between groups (MATLAB function).
etwa 2 Jahre vor | 47 Downloads |
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...
etwa 2 Jahre vor | 1
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.
mehr als 2 Jahre 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 ...
mehr als 2 Jahre 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 ...
mehr als 2 Jahre vor
Gelöst
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
mehr als 2 Jahre vor
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mehr als 2 Jahre vor
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...
mehr als 2 Jahre vor | 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...
mehr als 2 Jahre 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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortChanging 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...
mehr als 2 Jahre vor | 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...
mehr als 2 Jahre vor | 0











