Laurence hutton-smith
University of Oxford
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
10.037
of 295.467
REPUTACIÓN
4
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Smoothing noisy 2D data
I have a dataset (attached as data.mat), it contains a matrix z with x and y coordinates, see it plotted below. As you can se...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I use bootstrapping with different sized data sets?
I wish to use MATLAB's bootstrapping functionality, however my data sets are of different sizes. See the code below as an exampl...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How do you force bootci to keep a constant bootstrapping sample size?
Consider the code below: function [ci,bootstat] = bootstrap_test () % simulate data y = normrnd(10,1,5,1); ...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to correctly use lsqnonlin in conjunction with nlparci and nlpredci, by fitting to a weighted function and utilising the jacobian and residue output from lsqnonlin.
I have three (x,y) experimental data sets, representing data at three geographical locations, call them A [x_A, y_A] of size n_A...
casi 9 años hace | 0 respuestas | 1
0
respuestasPregunta
How do you control the length/width of error bar end points?
The below image was generated using 'errorbar(x,y,y_SD'. As you see the size of the end of the error bars varies seemingly ar...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How can you nicely format box plots spread unevenly across the x axis?
Can anyone help me format this plot of several box plots in a more aesthetically pleasing way? What is going on near the origin ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to force FMINCON to explore a certain range
I am attempting to get fmincon to fit a solution of an ODE to experimental data, based upon a two parameters x and y, where x li...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How fit a parameterised ode solution to experimental data
I have a model, a system of Odes, defined by a set of parameters. I also have a number of raw experimental data sets. I want to ...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to set 'shading' to 'interp' on a specific plot within a figure
I am trying to create a figure with multiple types of plots within it, I have a surf plot in the figure which I would like to ap...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can you use coneplot to plot a single cone in a specific direction?
I am having trouble understanding the syntax of coneplot, I would like to use it to plot a single cone, in a specific direction....
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How do you fix this polygon glitch generated by fill3?
In the pictures below you can see blue rectangles plotted using fill3. You can see that when the data is plotted as part of the ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Using csaps (or similar) to create a 3D smoothing spline
I have a series of 3D points and am looking to create any sort of smoothing spline, I was hoping to use scaps, but it only seems...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How do you plot a 3D circle segment?
It seems very straightforward to plot 3D polygons using fill3, however instead of a polygon is there a way to plot a circle segm...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Can fmincon output all the considered 'x' values for minimisation of the function f(x)?
I am currently using fmincon to minimise a function f(x), I was hoping there would be a way I could, along with the value of x t...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How do you fit a curve through 3D points, using splines, constrained within a volume.
Suppose I have an array of points in 3space, [r1; r2; ... ; rn] where ri = [xi yi zi] are it's coordinates. I...
más de 9 años hace | 2 respuestas | 3