
Rob Campbell
Estadística
CLASIFICACIÓN
1.296
of 297.547
REPUTACIÓN
55
CONTRIBUCIONES
7 Preguntas
17 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
20
CLASIFICACIÓN
110 of 20.454
REPUTACIÓN
10.044
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
18 Archivos
DESCARGAS
354
ALL TIME DESCARGAS
85945
CLASIFICACIÓN
32.446
of 159.122
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Forcing robustfit to return an intercept
Hi, I have datasets where I am plotting variance as a function of mean. The datasets have substantial heteroscedasticity but ...
alrededor de 1 mes hace | 1 respuesta | 0
1
respuestaEnviada
AllenAtlasTopDown
Top-down view of the Allen Atlas in stereotaxic coords
8 meses hace | 2 descargas |

Enviada
SimpleMScanner
Basic (demo) 2-photon microscope scanning software
11 meses hace | 1 descarga |

Enviada
raacampbell/shadedErrorBar
Creates an attractive shaded error region rather than discrete bars.
alrededor de 1 año hace | 236 descargas |

Is there a MATLAB package manager?
The fact that this still does not exist is not only real pain but it's arguably holding back the whole MATLAB ecosystem. The lac...
casi 2 años hace | 2
Pregunta
Calling matlab.engine.connect_matlab() twice freezes Python
I can connect to a named running MATLAB session from Python with: In [8]: matlab.engine.connect_matlab('MY_SESSION') But i...
alrededor de 2 años hace | 1 respuesta | 1
1
respuestaPregunta
Starting the AddOn Manager from the command line
I am trying to write some routines to assist users with automatically updating software. It would be helpful if I could run a co...
alrededor de 2 años hace | 2 respuestas | 2
2
respuestasPregunta
Controlling which folders are added on add-on install and notifying user of updates
Hi, I uploaded a project to the file exchange and I have tried installing it via the add-on manager. This works but MATLAB adds...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Detect when UIfigure is open
I have made a GUI with the AppDesigner. It takes about four seconds after launching the last command in constructor has seemingl...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Accessing a running MATLAB object from Python
I have a MATLAB class that runs some hardware. I use it as an API by other code in order to build small MATLAB applications. I h...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaEnviada
addFitLine
A convenience function to superimpose a polynomial fit to already plotted data
más de 2 años hace | 1 descarga |

How to convert a closed curve into a binary mask
I think you want the built-in function poly2mask
casi 4 años hace | 1
Unrecognized function or variable
You need to install this: https://www.mathworks.com/matlabcentral/fileexchange/87959-computer-vision-toolbox-model-for-yolo-v3...
casi 4 años hace | 1
Enviada
notBoxPlot
This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD.
más de 4 años hace | 25 descargas |

how to save Struct to txt file
This might do what you want: https://github.com/ewiger/yamlmatlab It handles nested structures too. For example, if I define a ...
casi 5 años hace | 0
Enviada
measurePSF
Measure a point spread function and other parameters on a microscope
alrededor de 5 años hace | 6 descargas |

How can I display multiline text in a push button by setting its 'String' property ?
You can have multi-line text in a button as follows: h_button.String='<html>line one<br />line 2 &pi</html>'; This is tested...
más de 5 años hace | 8
Enviada
raacampbell/sigstar
Add significance bars and asterisks to various plot types
más de 6 años hace | 43 descargas |

Enviada
Alicat-MATLAB
Control Alicat mass flow controllers over the serial port
más de 7 años hace | 5 descargas |

Enviada
MaSIV NeuriteTracer
Simple interactive tracing software for neuronal axons and dendrites
más de 7 años hace | 1 descarga |

Difference between MATLAB tic-toc time and actual time measured with a stop watch
You could also try "profview" if you want to see what's taking the time in your function. You'll get loads of detailed informati...
más de 7 años hace | 0
| aceptada
How to find indices of similar values in a vector?
I'm unsure if you're looking for sequential numbers or not. The following just looks for repeats. Does it do what you want? ...
más de 7 años hace | 1
| aceptada
Problem with 'Patch' graphics in 2014b - Splits in two along diagonal
This issue has been present for a decade at least. Disappointing, it must be said.
casi 8 años hace | 2
Pregunta
Has anyone got an interface for Thorlab's Kinesis software?
Hello, Has anyone succeeded in interfacing with the ThorLabs Kinesis software for linear stage controllers? I have so far onl...
más de 8 años hace | 0 respuestas | 0
0
respuestasWhy does Matlab set a custom LD_LIBRARY_PATH when execting "system" on Linux?
Does this help? http://uk.mathworks.com/help/matlab/matlab_external/building-and-running-engine-applications-on-unix-operating-s...
más de 8 años hace | 0
How to put values in matrix based on some condition?
>> r=rand(5); >> r(2:end,1)=0 r = 0.0596 0.0967 0.6596 0.4538 0.1734 0 0.8181 0.518...
más de 9 años hace | 0
| aceptada