Brian Peoples
Followers: 0 Following: 0
Estadística
24 Preguntas
3 Respuestas
CLASIFICACIÓN
130.983
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
24 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Connecting TOF10120 Sensor to Arduino Uno via I2C
Hello-- I am trying to get my command window to display live distance measurements from a TOF10120 sensor, but am hhaving som...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Remove Black From Background of Cropped Image
Hello-- This is not important to the analysis of the picture I am doing, but more for a visual aspect. I was wondering if you...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Cutting off a segment of an Image that is blurry
Hello-- Basically I wanted to perform image analysis on a a hai r switch and I was able to seperate the image from the backgro...
más de 4 años hace | 1 respuesta | 0
1
respuestaBinarization to Crop Image
Yes, lightness and RGB values. I can try changing the tabletop to blue and making sure the tape is more matte to block the exces...
más de 4 años hace | 0
Pregunta
Binarization to Crop Image
In my code I use binarization to crop my region of interest from a photograph to observe lightness values as shown bellow: Th...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to Seperate Region of Interest into 3 Segments
Hello-- In my code I use binarization to crop my region of interest from a photograph to observe lightness values as shown be...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Error: Unable to resolve the name workbooks.Open.
Hello-- I'm trying to make a copy of an excel file (based on a template) and place the new file in a different folder. I was ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Remove Black Background from Photo (Only Keep Region of Interest)
Here is my image: My code so far only gets me my desired region but I wish to take out all the black parts so that I can do p...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to Threshold Crop an Image for analysis
Basically all I want to do is perform a lighting analysis on the hair itself in the border i set for it (blue tape). Is there a ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Solve equations of Motion using Matlab ODE45
Solve the following set of equations of motion using Matlab ODE45: (m +m )x+m Lcos−m L2 sin+kx=01222 L + x cos + g sin ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements (0).
clc clear all close all myDir = 'C:\Users\bpeoples\Downloads\SCANSNAPCODE_BDP\Numerical Comparison\Diffused Above, SV600 Ra...
más de 5 años hace | 2 respuestas | 0
2
respuestasRemoving Excess White from Binary Image
This image is not binary by the way, but i would use bwareaopen(BW,250) to do it
más de 5 años hace | 0
Pregunta
Removing Excess White from Binary Image
Hello-- So I have a binary image and I only want to remove white from specified areas, such as the corners. (These areas being...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Plotting A Matrix Using Surfc
Hello-- I am struggling an recieivng an error when I try to plot a matrix using surfc (in a function). I was wondering if any...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to numerically integrate a non-integer (using trapz)
In this case im trying to get F(i) with the given inputs: kp = -25 ki = 10 theta(i) = .314 or something thats not an integer ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change the value of a vector through sub functions
Hello- pretend: prisoner = 1:2 outcomes = [] bias = .25 choice = zeros(1,2) These are sub functions and I want to only cha...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Don't know how to fix... Index in position 1 exceeds array bounds (must not exceed 1)
Hello-- I keep getting this error and i've tried to fix it for so long. it is occuring on lines between the lines specified bel...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Don't know how to fix... Index in position 1 exceeds array bounds (must not exceed 1).
Hello-- I keep getting this error and i've tried to fix it for so long. it is occuring on lines between the lines specified bel...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a random number that is a percent of each element in a vector
Hello-- I was wondering if anybody could solve this simple roulette indexing/random number question i've been struggling with f...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reference each element of a column vector in an if statement
I need to get AmountWon to reflect each element in the column vector spin. Everytime this runs I get AmountWon = 250000 because ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I make a functions input a counter variable for a for loop
So I have to make an input (SlotRounds) be used in a forloop within my function. The problem is at the same time i'm supposed to...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
While Loop Running forever (Draining Cylinder Question)
Hey, I'm stuck figuring out how to run the loop until h is just barely above 0. so I want to run the loop while h>0, but it is a...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve for dh in draining of a cylinder??
DRAINING OF A CYLINDER QUESTION So I was able to perform the while loop, but I am struggling on making a vector dh to watch the...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Function With While Loop Help
Hello-- So I need to calculate time, flow rate, height, and velocity of water exiting a cylindrical container until the cont...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
While Loop Question (Ungraded)
F = [1,1] evensum = zeros(1,4000000); while F < 4000000 if F == 1 evensum(1,F) = F; else evensu...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
I keep getting the error index exceeds the number of array elements(1)
roll = zeros(1,300); for i = 1:300 dice = 1 + ceil(11*rand(1)); end freeornah = roll+dice(i) freeornah = roll+dice(...
casi 6 años hace | 2 respuestas | 0