Statistics
RANK
895
of 299 737
REPUTATION
86
CONTRIBUTIONS
11 Questions
48 Answers
ANSWER ACCEPTANCE
90.91%
VOTES RECEIVED
11
RANK
11 350 of 20 791
REPUTATION
43
AVERAGE RATING
0.00
CONTRIBUTIONS
8 Files
DOWNLOADS
27
ALL TIME DOWNLOADS
319
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Core Stratigraphy Visualization
MATLAB functions to generate a cylindrical representation of a rock core, sediment core, or ice core.
6 dagar ago | 8 downloads |

Submitted
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 dagar ago | 1 download |

Submitted
eds-classification
A repository of functions for identifying mineral species in SEM-EDS data.
23 dagar ago | 5 downloads |

Submitted
Categorical Colors
Color palettes for visualizing categorical data/changing the color order.
4 månader ago | 2 downloads |

Submitted
Dracula theme for figures
A stylish dark color theme for figures. Great for dark mode!
7 månader ago | 2 downloads |

Solved
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...
8 månader ago
Submitted
Radial histogram for categorical data
Make radial histograms (a.k.a. polar histogram or circular histogram) for visualizing categorical data
11 månader ago | 4 downloads |

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...
12 månader ago | 1 answer | 0
1
answerLinking 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 ...
ungefär ett år ago | 0
| accepted
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...
mer än ett år ago | 0
Submitted
groupedSpacedBoxchart
Boxcharts with space between groups (MATLAB function).
mer än ett år ago | 2 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...
mer än ett år ago | 1
Solved
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
mer än ett år ago
Solved
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 ...
mer än ett år ago
Solved
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 ...
mer än ett år ago
Solved
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
mer än ett år ago
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mer än ett år ago
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...
mer än ett år ago | 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...
mer än ett år ago | 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...
mer än ett år ago | 1 answer | 0
1
answerChanging 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...
mer än ett år ago | 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...
mer än ett år ago | 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: ...
mer än ett år ago | 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...
mer än ett år ago | 0
| accepted
Solved
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
mer än ett år ago