MATLAB
Professional Interests:
Geoscience
Statistica
RANK
900
of 302.156
REPUTAZIONE
86
CONTRIBUTI
11 Domande
48 Risposte
ACCETTAZIONE DELLE RISPOSTE
90.91%
VOTI RICEVUTI
11
RANK
10.860 of 21.578
REPUTAZIONE
52
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
9 File
DOWNLOAD
20
ALL TIME DOWNLOAD
403
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
1 Punto principale
NUMERO MEDIO DI LIKE
0
Feeds
Inviato
eds-classification
A repository of functions for identifying mineral species in SEM-EDS data.
10 giorni fa | 79 download |
Risolto
Remove Unique Elements
Given a list of integers, we want to keep only the non-unique elements in this list. To do this, we need to remove all the uniqu...
18 giorni fa
Risolto
Available ingredients + recipe -> number of cakes
Write a function Egg_Milk_Sugar(L, recipe) to determine the maximum number of cakes that can be prepared given a list of availab...
19 giorni fa
Risolto
Sun angle
Determine the angle of the sun above the horizon based on the time of day. Assumptions: the sun rises in the East at 6h00, cor...
19 giorni fa
Inviato
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.
20 giorni fa | 15 download |
Risolto
Pronounce digits
Given a number num, select the first d decimal places and pronounce the digits (in English). The function returns the pronunciat...
26 giorni fa
Risolto
Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...
circa un mese fa
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...
circa un mese fa | 0
Inviato
StokesSimulator
Simulate the settling velocities of particles in the atmosphere or in water using Stokes' Law approximations.
4 mesi fa | 4 download |
Inviato
Core Stratigraphy Visualization
MATLAB functions to generate a cylindrical representation of a rock core, sediment core, or ice core.
circa un anno fa | 53 download |
Inviato
Categorical Colors
Color palettes for visualizing categorical data/changing the color order.
oltre un anno fa | 46 download |
Inviato
Dracula theme for figures
A stylish dark color theme for figures. Great for dark mode!
oltre un anno fa | 112 download |
Risolto
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...
oltre un anno fa
Inviato
Radial histogram for categorical data
Make radial histograms (a.k.a. polar histogram or circular histogram) for visualizing categorical data
quasi 2 anni fa | 38 download |
Domanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaLinking 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 ...
oltre 2 anni fa | 0
| accettato
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...
oltre 2 anni fa | 0
Inviato
groupedSpacedBoxchart
Boxcharts with space between groups (MATLAB function).
oltre 2 anni fa | 47 download |
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...
oltre 2 anni fa | 1
Risolto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
oltre 2 anni fa
Risolto
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 ...
oltre 2 anni fa
Risolto
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 ...
oltre 2 anni fa
Risolto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
oltre 2 anni fa
Risolto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
oltre 2 anni fa
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...
oltre 2 anni fa | 0











