Scott Harris
Followers: 0 Following: 0
Estadística
0 Problemas
7 Soluciones
CLASIFICACIÓN
13.510
of 295.638
REPUTACIÓN
3
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
42.675
of 154.207
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
81
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
más de 3 años hace
Pregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestashow cam start the trigger
For those still looking, initialize the camera before trying to trigger it: cam = videoinput('gentl', 1); %specify video obje...
más de 3 años hace | 1
Pregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaResuelto
Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors
casi 5 años hace
Pregunta
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 ...
más de 5 años hace | 3 respuestas | 1
3
respuestasResuelto
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...
casi 6 años hace
Resuelto
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 ...
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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....
casi 6 años hace
Resuelto
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...
casi 6 años hace