Community Profile

photo

Rob Campbell


Last seen: 8일 전 2010년부터 활동

통계

All
  • Thankful Level 1
  • 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

배지 보기

Content Feed

보기 기준

제출됨


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

대략 2개월 전 | 다운로드 수: 259 |

Thumbnail

제출됨


zapit
General purpose optostimulation system

5개월 전 | 다운로드 수: 1 |

Thumbnail

제출됨


volView
Simple image stack visualizer for MATLAB

6개월 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Elastix for MATLAB
Elastix wrappers for MATLAB

9개월 전 | 다운로드 수: 5 |

Thumbnail

제출됨


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

10개월 전 | 다운로드 수: 3 |

Thumbnail

답변 있음
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...

10개월 전 | 1

질문


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

대략 1년 전 | 답변 수: 1 | 1

1

답변

질문


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

대략 1년 전 | 답변 수: 2 | 2

2

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


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

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
How to convert a closed curve into a binary mask
I think you want the built-in function poly2mask

거의 3년 전 | 1

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

거의 3년 전 | 1

제출됨


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

3년 초과 전 | 다운로드 수: 23 |

Thumbnail

답변 있음
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 ...

거의 4년 전 | 0

제출됨


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

대략 4년 전 | 다운로드 수: 7 |

Thumbnail

답변 있음
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...

4년 초과 전 | 6

제출됨


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

5년 초과 전 | 다운로드 수: 50 |

Thumbnail

제출됨


SimpleMScanner
Basic (demo) 2-photon microscope scanning software

거의 6년 전 | 다운로드 수: 5 |

Thumbnail

제출됨


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

6년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


MaSIV NeuriteTracer
Simple interactive tracing software for neuronal axons and dendrites

6년 초과 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
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...

6년 초과 전 | 0

| 수락됨

답변 있음
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? ...

6년 초과 전 | 1

| 수락됨

제출됨


MRubicks
Make plots of the Rubik's cube

거의 7년 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
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.

대략 7년 전 | 2

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

7년 초과 전 | 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...

8년 초과 전 | 0

| 수락됨

답변 있음
Why can i not plot this?
You can't plot anything because your code is full of mistakes. For starters, x and y are both just one number so you don't have ...

8년 초과 전 | 1

더 보기