Statistiques
RANG
1 244
of 277 867
RÉPUTATION
46
CONTRIBUTIONS
8 Questions
17 Réponses
ACCEPTATION DE VOS RÉPONSES
12.5%
VOTES REÇUS
15
RANG
123 of 18 799
RÉPUTATION
9 178
CLASSEMENT MOYEN
4.90
CONTRIBUTIONS
18 Fichiers
TÉLÉCHARGEMENTS
402
ALL TIME TÉLÉCHARGEMENTS
79222
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
A soumis
AllenAtlasTopDown
Top-down view of the Allen Atlas in stereotaxic coords
12 jours il y a | 7 téléchargements |

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...
12 jours il y a | 1
Question
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...
4 mois il y a | 1 réponse | 1
1
réponseQuestion
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...
5 mois il y a | 2 réponses | 1
2
réponsesQuestion
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...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
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...
6 mois il y a | 1 réponse | 0
1
réponseA soumis
raacampbell/shadedErrorBar
Creates an attractive shaded error region rather than discrete bars.
6 mois il y a | 265 téléchargements |

A soumis
addFitLine
A convenience function to superimpose a polynomial fit to already plotted data
11 mois il y a | 1 téléchargement |

How to convert a closed curve into a binary mask
I think you want the built-in function poly2mask
environ 2 ans il y a | 1
Unrecognized function or variable
You need to install this: https://www.mathworks.com/matlabcentral/fileexchange/87959-computer-vision-toolbox-model-for-yolo-v3...
environ 2 ans il y a | 1
A soumis
notBoxPlot
This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD.
plus de 2 ans il y a | 42 téléchargements |

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 ...
environ 3 ans il y a | 0
A soumis
measurePSF
Measure a point spread function and other parameters on a microscope
plus de 3 ans il y a | 4 téléchargements |

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...
plus de 3 ans il y a | 5
A soumis
raacampbell/sigstar
Add significance bars and asterisks to various plot types
plus de 4 ans il y a | 35 téléchargements |

Question
Correcting pincushion distortion along one axis
Hello, I have a microscopy optical system that produces pincushion distortion largely along one axis, with the other being ne...
presque 5 ans il y a | 1 réponse | 0
0
réponseA soumis
SimpleMScanner
Basic (demo) 2-photon microscope scanning software
presque 5 ans il y a | 1 téléchargement |

Question
Control running MATLAB application via a web page
I have a MATLAB program that runs for several hours controlling a piece of hardware and acquiring data. I monitor the output of ...
plus de 5 ans il y a | 1 réponse | 0
0
réponseA soumis
Alicat-MATLAB
Control Alicat mass flow controllers over the serial port
plus de 5 ans il y a | 3 téléchargements |

A soumis
MaSIV NeuriteTracer
Simple interactive tracing software for neuronal axons and dendrites
plus de 5 ans il y a | 1 téléchargement |

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...
presque 6 ans il y a | 0
| A accepté
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? ...
presque 6 ans il y a | 1
| A accepté
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.
environ 6 ans il y a | 2
Question
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...
plus de 6 ans il y a | 1 réponse | 0
0
réponseWhy 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...
presque 7 ans il y a | 0