photo

Scott Harris


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
1 Answer

Cody

0 Problems
7 Solutions

RANK
14,921
of 301,511

REPUTATION
3

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
2

RANK
 of 21,308

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
48,394
of 174,911

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
81

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer
  • Thankful Level 1
  • First Review
  • Solver

View badges

Feeds

View by

Question


Adding Data To Every Frame of an Image Acquisition
I'm using Image Acquisition Toolbox to acquire data from a GigE camera. Ideally, I would like to accomplish 3 tasks while acquir...

4 years ago | 0 answers | 0

0

answers

Answered
how cam start the trigger
For those still looking, initialize the camera before trying to trigger it: cam = videoinput('gentl', 1); %specify video obje...

5 years ago | 1

Question


Save an arbitrary number of figures from outside a function
I have a function that returns a figure: function fig = makefigure() fig = figure() end This allows me to call the funct...

5 years ago | 1 answer | 0

1

answer

Question


Using Visual Studio as C++ compiler for MEX files
I'm trying to use the following tool with MATLAB 2019a on Windows 10: https://github.com/MouseLand/Kilosort2 The installation ...

7 years ago | 3 answers | 1

3

answers