photo

Rob Campbell


Last seen: circa 2 mesi fa Attivo dal 2010

Followers: 1   Following: 0

Messaggio

Statistica

All
MATLAB Answers

7 Domande
17 Risposte

File Exchange

18 File

Cody

0 Problemi
12 Soluzioni

RANK
1.315
of 299.737

REPUTAZIONE
55

CONTRIBUTI
7 Domande
17 Risposte

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
20

RANK
109 of 20.791

REPUTAZIONE
10.231

VALUTAZIONE MEDIA
4.90

CONTRIBUTI
18 File

DOWNLOAD
274

ALL TIME DOWNLOAD
87788

RANK
33.746
of 165.655

CONTRIBUTI
0 Problemi
12 Soluzioni

PUNTEGGIO
130

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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 ...

7 mesi fa | 1 risposta | 0

1

risposta

Inviato


AllenAtlasTopDown
Top-down view of the Allen Atlas in stereotaxic coords

circa un anno fa | 9 download |

0.0 / 5
Thumbnail

Inviato


zapit
General purpose optostimulation system

oltre un anno fa | 3 download |

0.0 / 5
Thumbnail

Inviato


SimpleMScanner
Basic (demo) 2-photon microscope scanning software

oltre un anno fa | 1 download |

5.0 / 5
Thumbnail

Inviato


raacampbell/shadedErrorBar
Creates an attractive shaded error region rather than discrete bars.

oltre un anno fa | 190 download |

4.9 / 5
Thumbnail

Inviato


volView
Simple image stack visualizer for MATLAB

quasi 2 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


Elastix for MATLAB
Elastix wrappers for MATLAB

circa 2 anni fa | 10 download |

5.0 / 5
Thumbnail

Risposto
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...

oltre 2 anni fa | 2

Domanda


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...

oltre 2 anni fa | 1 risposta | 1

1

risposta

Domanda


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...

oltre 2 anni fa | 2 risposte | 2

2

risposte

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Inviato


addFitLine
A convenience function to superimpose a polynomial fit to already plotted data

circa 3 anni fa | 1 download |

5.0 / 5
Thumbnail

Risposto
How to convert a closed curve into a binary mask
I think you want the built-in function poly2mask

oltre 4 anni fa | 1

Risposto
Unrecognized function or variable
You need to install this: https://www.mathworks.com/matlabcentral/fileexchange/87959-computer-vision-toolbox-model-for-yolo-v3...

oltre 4 anni fa | 1

Inviato


notBoxPlot
This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD.

quasi 5 anni fa | 13 download |

4.9 / 5
Thumbnail

Risposto
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 ...

oltre 5 anni fa | 0

Inviato


measurePSF
Measure a point spread function and other parameters on a microscope

oltre 5 anni fa | 5 download |

0.0 / 5
Thumbnail

Risposto
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...

quasi 6 anni fa | 8

Inviato


raacampbell/sigstar
Add significance bars and asterisks to various plot types

quasi 7 anni fa | 25 download |

4.7 / 5
Thumbnail

Inviato


Alicat-MATLAB
Control Alicat mass flow controllers over the serial port

quasi 8 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


MaSIV NeuriteTracer
Simple interactive tracing software for neuronal axons and dendrites

quasi 8 anni fa | 2 download |

5.0 / 5
Thumbnail

Risposto
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...

circa 8 anni fa | 0

| accettato

Risposto
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? ...

circa 8 anni fa | 1

| accettato

Inviato


MRubicks
Make plots of the Rubik's cube

circa 8 anni fa | 1 download |

0.0 / 5
Thumbnail

Risposto
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.

oltre 8 anni fa | 2

Domanda


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...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Risposto
Why 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...

circa 9 anni fa | 0

Risposto
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...

quasi 10 anni fa | 0

| accettato

Carica altro