Chris L'Esperance
Followers: 0 Following: 0
Statistics
RANK
24,640
of 295,569
REPUTATION
1
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
23.08%
VOTES RECEIVED
2
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Best practice for implementing LaTeX thin space within axis label
The following formulation for a mixed latex and non-latex string to be rendered with the latex interpreter works well; the rende...
1 year ago | 1 answer | 0
1
answerQuestion
Fitting success estimator from lsqcurvefit.m
lsqcurvefit.m is attractive relative to nlinfit.m because of its support for ranges associated with the initial conditions / par...
4 years ago | 0 answers | 0
0
answersQuestion
How to avoid overlap of tick mark label strings generated by dynamicDateTicks.m?
Is there a way to avoid overlapping tick mark label strings generated by dynamicDateTicks.m? As an example, afigure consuming 1...
4 years ago | 1 answer | 0
1
answerQuestion
How to query the date format when using dynamicDateTicks.m?
How can we query the date format when using dynamicDateTicks.m? The use case is dynamically displaying a corresponding date/tim...
4 years ago | 1 answer | 0
1
answerQuestion
How to list supported font styles?
Font style on the current axes can be set by set(gca, 'FontName', <name of supported font>). Should one assume that a Matlab in...
4 years ago | 1 answer | 0
1
answerQuestion
Saving large figures to .pdf in matlab using export_fig.m
I'm using export_fig.m (https://www.mathworks.com/matlabcentral/fileexchange/23629-export_fig) to export a figure to a variety o...
5 years ago | 0 answers | 0
0
answersQuestion
Plot true color Sentinel-2A image
Through a combination of non-matlab/non-native tools (GDAL) as well as native tools (geoimread) I can ingest Sentinel-2A data ei...
5 years ago | 0 answers | 0
0
answersQuestion
Alternative to geoimread.m function when geographic tags are absent
We are working with .tif images which have been converted with a third party software from .jp2 files. Tile corner coordinates...
5 years ago | 0 answers | 0
0
answersQuestion
Errors within MATLAB Executable build
We are attempting to build a .exe from .m script, however we are running into errors with the executable file. See the attached ...
5 years ago | 0 answers | 0
0
answersQuestion
Approach for plotting with an indeterminate number of colormaps
The following code allows multiple landsat tiles to be plotted using the m_map package. The variable IMAGERY_PATH is a cell whi...
5 years ago | 0 answers | 0
0
answersHow to create a transparent, rectangular patch with rounded corners?
This seems like a relatively efficient way to build the polygon which can be plotted as a line or patch. If this is unneccesari...
6 years ago | 0
Question
How to create a transparent, rectangular patch with rounded corners?
It would be helpful to create a transparent, rectangular patch with rounded corners. This could be acheived with something like...
6 years ago | 6 answers | 2
6
answersQuestion
Use of hgtransform with axesm / mapping toolbox
I would like to plot a series of fields (these could be surfacem objects with zero-value ZData or pcolorm objects) in the same f...
7 years ago | 1 answer | 0
1
answerQuestion
How to call a .mexw64 file in a .m function? / MEX workflow
Hi there, I have built a MEX-compatible .c file, compiled it with a suitable compiler, tested it, and generated a .mexw64 fil...
12 years ago | 1 answer | 0