Statistiques
RANG
1 543
of 300 756
RÉPUTATION
45
CONTRIBUTIONS
247 Questions
44 Réponses
ACCEPTATION DE VOS RÉPONSES
85.83%
VOTES REÇUS
27
RANG
20 204 of 21 077
RÉPUTATION
0
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
3
RANG
of 170 890
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to add an image on top of geobasemap?
I tried to add an image on top of a geobasemap using [imgData, ~, alphaData] = imread('Basketball.png'); lat_min = 40; lat_ma...
15 jours il y a | 1 réponse | 0
1
réponseQuestion
Adjust the width of the black line in bubblelegend
How can I adjust the black line width in bubblelegend? In the example below, I would like to increase the thickness of the blac...
17 jours il y a | 1 réponse | 0
1
réponseHide (or remove) the geoaxes in geobasemap
I think I found a solution... geobasemap('grayland') gx = gca; % Get current axes set(gx.Latit...
17 jours il y a | 0
| A accepté
Question
Hide (or remove) the geoaxes in geobasemap
How can I hide or remove the geoaxes in my plot? When I use the command: geobasemap('grayland') everything works as expected. ...
18 jours il y a | 1 réponse | 0
1
réponseQuestion
Change color of lands and waters in geobasemap
I see that we can "Edit a predefined style — Editing a predefined style is available for vector basemaps added from MBTiles file...
18 jours il y a | 1 réponse | 0
1
réponseQuestion
logarithmic binning of "x" values
The following code performs a logarithmic binning of the "x" values: clear all;clc; % Input x = [74.5, 149, 223.5, 298, 372...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
Is it possible to orient the legend's symbols vertically instead of horizontally?
Is it possible to orient the legend's symbols vertically instead of horizontally? In the following example, the red and blue li...
9 mois il y a | 3 réponses | 0
3
réponsesQuestion
Ezyfit: Single vs. Two-Step Fitting Problem
Ezfit (actually I am using the updated version from Walter Roberson) fails to accurately determine all 4 parameters in a single ...
10 mois il y a | 3 réponses | 0
3
réponsesQuestion
extractHTMLText extracts only a part of a web page text
I was trying to extract the entire text of an open-access scientific article (I hope this is legal! :-) ), but it looks like tha...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Fittype and fit do not work as expected (in a curve fitting)
Let's consider the following curve fitting of a set of data, by using the fittype and fit functions: % inputs x = [1 4 9 15 25...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How to remove some xticklabels (but still keeping all the xticks)?
How can I remove some xticklabels, but still keeping all the xticks? Let's consider the following example: x = 1:100; y = exp...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
Bootstrapping Two Medians with the "bootstrp" function
Any idea on how to implement the Bootstrapping Two Medians method - here below explained - with the "bootstrp" function? Bootst...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Is there a function to create the P-P plot in Matlab, to compare two cumulative distribution functions against each other?
Is there a function to create the P-P plot in Matlab, to compare two cumulative distribution functions against each other? Fr...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Add a label to a minor tick, in an inset plot
How to add a label of one minor tick (in the x-axis) of an inset plot? % create a plot x1 = linspace(0,1000); y1 = sin(2*pi*x...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to get the values of the XAxis Minor Ticks (of an inset plot)
I have an inset plot, in a log-scale, and I would like to get the values of its XAxis Minor Ticks, with the following command: ...
plus d'un an il y a | 3 réponses | 0
3
réponsesQuestion
How can I draw a frame around the inset plot?
How can I draw a frame around the inset plot? x1 = linspace(0,1); x2 = linspace(3/4,1); y1 = sin(2*pi*x1); y2 = sin(2*pi*x2)...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
A simple/efficient way to add one additional xtick, and the corresponding xticklabel, to the existing xticks and xticklabels
What is a simple/efficient way to add one additional xtick, and the corresponding xticklabel, to the existing xticks and xtickla...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Is it expected to (always?) obtain identical p-values from the the Wilcoxon rank sum test and from the Kruskal-Wallis test ?
In the examples here below I compare two datasets, "r1" and "r2", by using both the Wilcoxon rank sum test and the Kruskal-Walli...
plus d'un an il y a | 1 réponse | 0
0
réponseCrosstab by using the same input for both arguments
I feel the right way should be to have the equivalent of the following R function (and maybe someone @MathWorks Support Team cou...
plus d'un an il y a | 0
Question
Automatically select the right number of bins (or combine the bins) for the expected frequencies in crosstab, in order to guarantee at least 5 elements per bin
I have two observed datasets, "x" and "y", representing "future stock prices", and I want to compare the observed frequencies in...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Draw a line between a point, which has non-normalised coordinates, and a legend, which has a normalised position
I want to draw a line between a point (which has non-normalised coordinates) and a legend (which has a normalised position). xp...
plus d'un an il y a | 1 réponse | 0
1
réponseHow can I create an offset of a boundary?
Maybe I found it.... :-) External offset rng('default') x = rand(30,1); y = rand(30,1); k = boundary(x,y); polyout1 = poly...
plus d'un an il y a | 0
| A accepté
Question
How can I create an offset of a boundary?
How can I create an offset of a boundary? rng('default') x = rand(30,1); y = rand(30,1); plot(x,y,'.') xlim([-0.2 1.2]) yl...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Crosstab by using the same input for both arguments
If I run one of the examples of crosstab, I get the same result as indicated in the crosstab webpage: rng default; % for repro...
plus d'un an il y a | 2 réponses | 0
2
réponsesUsing chi2gof to test two distributions
Shouldn't you use the two-sample chi-square test? The CHI2TEST2 Version 1.0.0.0 (2.44 KB) function by James Meldrum performs th...
plus d'un an il y a | 0
An efficient way to round decimal numbers up to the n-decimal in a cell array
maybe I found it... (?) a = [ {[ 0.235089379668094 0]} {[0.0793405810870535 0]} {[ 0.142843392632868 0]} {[...
plus d'un an il y a | 0
Question
An efficient way to round decimal numbers up to the n-decimal in a cell array
eIs there an efficient way to round decimal numbers up to the n-decimal in a cell array? In the following example, I would lik...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Import numpy and scipy (maybe through Anaconda) in Matlab
(1) Introduction. This is a follow up question of Call a Python function inside a MATLAB loop. I am trying to run the followin...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Call a Python function inside a MATLAB loop
In a Matlab script, is there a way to call a Python function, in loop for, in such a way that at every iteration the inputs of t...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Two-sample Anderson-Darling tests
Is there a function in Matlab which can perform a 2-sample Anderson-Darling test, as described/shown on Cross Validated or on R?...
plus d'un an il y a | 1 réponse | 0





