photo

Scott Harris


Last seen: 대략 1개월 전 2018년부터 활동

Followers: 0   Following: 0

통계학

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

3년 초과 전

질문


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

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

0

답변

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

3년 초과 전 | 1

질문


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

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

1

답변

문제를 풀었습니다


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

거의 5년 전

질문


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

5년 초과 전 | 답변 수: 3 | 1

3

답변

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

거의 6년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 6년 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

거의 6년 전

문제를 풀었습니다


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

거의 6년 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

거의 6년 전