Community Profile

photo

Brian Peoples


Last seen: casi 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

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

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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve equations of Motion using Matlab ODE45
Solve the following set of equations of motion using Matlab ODE45: (m +m )x+m Lcos−m L2 sin+kx=01222 L + x cos + g sin ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 5 años hace | 2 respuestas | 0

2

respuestas

Respondida
Removing Excess White from Binary Image
This image is not binary by the way, but i would use bwareaopen(BW,250) to do it

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

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Function With While Loop Help

alrededor de 5 años hace | 0

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


While Loop Question (Ungraded)
F = [1,1] evensum = zeros(1,4000000); while F < 4000000 if F == 1 evensum(1,F) = F; else evensu...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas