Question


Why is one of my subplots being deleted?
The second subplot is deleted after setting the first, but why? The bottom of the first subplot is at 0.3, whereas the top of th...

2 years ago | 3 answers | 0

3

answers

Question


Making xticks match yticks?
How can you make the xticks match the yticks without having to manually do something like the following? xticks([-2*pi -pi 0 ...

2 years ago | 1 answer | 0

1

answer

Question


Can you both exclude outliers from a fit and use robust weighting for the remaining data?
In using the fit function, is it possible to simultaneously exclude outliers and use one of the robust fitting options to weight...

2 years ago | 2 answers | 0

2

answers

Question


Start Point option to optimize fit
What determines the order of the starting values for the parameters specified using StartPoint in the fit function?

2 years ago | 1 answer | 0

1

answer

Question


How can I create a custom probability distribution?
I want to define a custom discrete probability mass function. Can I do this using `makedist` or perhaps some other function, if ...

2 years ago | 2 answers | 0

2

answers

Question


Transposing the output of writecell
Each element of my cell array consists of a vector of a different length. I want to write these vectors to a file. I do this by:...

2 years ago | 1 answer | 0

1

answer

Question


Executing R code from MATLAB
This is probably more of an R question than a MATLAB one, but in any case, I am hoping someone can help me. I am trying to use R...

2 years ago | 1 answer | 0

1

answer