Community Profile

photo

Bryan


Uppsala University

Last seen: 15 jours il y a Actif depuis 2012

Followers: 0   Following: 0

Contact

Statistiques

All
  • Editor's Pick
  • Thankful Level 2
  • Knowledgeable Level 2
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
Submatrix from a matrix
https://www.mathworks.com/company/newsletters/articles/matrix-indexing-in-matlab.html

plus de 3 ans il y a | 0

A répondu
How do I seprate a plot based on a value of the y axis
you can get the current y axis limits using ylim, and then evaluate them to decide if you want to split the axis or not limit...

environ 4 ans il y a | 0

A répondu
how to put border on the image over top and bottom
could you not just do plot([min(xlim) max(xlim)],[max(ylim) max(ylim)], 'r-', 'linewidth', 2) plot([min(xlim) max(xlim)],[min...

plus de 4 ans il y a | 0

A répondu
How to get selected value in a vector ?
for x = [1 12:12:120]

plus de 4 ans il y a | 0

| A accepté

A répondu
how to link liscence to a old account
Contact support, they'll sort it out. They did for me.

plus de 4 ans il y a | 1

| A accepté

A répondu
How to find value which is berofe max value of an array?
another option would be max(a(a<max(a)))

plus de 4 ans il y a | 0

| A accepté

A répondu
Is there a way to extracted histogram data into a matrix instead of graph?
If you want to make a plot and also extract the values % some data foo = randn(10000,1); % make a histogram named h h = hist...

plus de 4 ans il y a | 1

| A accepté

Question


Unicode character changes font when saving to PDF with -painters (Ubuntu)
When I save a figure to PDF in 2019a on Ubuntu 18.04 using the print() command and -painters renderer, using any kind of unicode...

plus de 4 ans il y a | 1 réponse | 1

0

réponse

Question


Tabs instead of spaces in editor setting by command line
Hey, I am running R2019a in Ubuntu 18.04. When I disable "Tab key inserts spaces" in the preferences, the editor successfully ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

A soumis


gebconetcdf(FILE, Wlon, Elon, Slat, Nlat)
Retrieves bathymetry data from the GEBCO NetCDF file

presque 5 ans il y a | 6 téléchargements |

Thumbnail

A soumis


MatCal
Radiocarbon (14C) age calibration using Bayesian statistics.

plus de 7 ans il y a | 3 téléchargements |

Thumbnail

Question


Weighting of non-linear fit
Hi, I have made a rational fit function of some data using the cftool GUI. It works quite well. I have some data points (X...

plus de 8 ans il y a | 1 réponse | 1

0

réponse

A soumis


usgslandcover(FILE, Wlon, Elon, Slat, Nlat)
Small function for accessing the global USGS landcover file.

plus de 8 ans il y a | 1 téléchargement |

Thumbnail

A répondu
USGS global landcover in lat/long format?
Thanks very much to dpb for making me aware of the MatLab function memmapfile, it set me on the right path. I wrote a script ...

presque 10 ans il y a | 0

| A accepté

Question


USGS global landcover in lat/long format?
Hi, I would like to load the lat/long Global Landcover characterisation file from USGS. MatLab provides tools for loading ...

presque 10 ans il y a | 1 réponse | 0

1

réponse

A répondu
Experiences with release 2012b
Two things I have been waiting years for for: (1) Ability to "Find and replace" within a selection of text (note, not the ent...

environ 10 ans il y a | 1

Question


Editing MatLab minor ticks
Hi, I want to add minor ticks to my graph, but unfortunately/incredibly MatLab doesn't offer the function to specify the inte...

environ 10 ans il y a | 1 réponse | 1

0

réponse

Question


Extracting data from non-uniform levels in 3D array
I have been trying to do this for a week and have had no hope. Maybe somebody has done it before and has some tips! I have tw...

plus de 11 ans il y a | 1 réponse | 1

1

réponse

A répondu
Read certain range of csv file
Thanks for your comment. Yes, that would work. But has anybody had success getting the "spreadsheet notiation" to work, as me...

plus de 11 ans il y a | 0

Question


Read certain range of csv file
Hi, I want to load a .csv file, but only the content between A252 to D5352. I've looked at help csvread, and it says I can...

plus de 11 ans il y a | 3 réponses | 0

3

réponses

Question


Contourfm using "painters"
Hi, I wanted to save a figure as vector so used the -painters option in the print command to save as PDF. This works fine ...

presque 12 ans il y a | 1 réponse | 0

0

réponse

Question


By element average of multiple matrices
Hi, I have 40 matrices of 781x981 in dimension. I need to calculate the by element mean of all these matrices in a new, 41st ...

environ 12 ans il y a | 2 réponses | 1

2

réponses