Brian Peoples
Followers: 0 Following: 0
Statistics
RANK
130,969
of 295,467
REPUTATION
0
CONTRIBUTIONS
24 Questions
3 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerBinarization 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...
4 years ago | 0
Question
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...
4 years ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 2 answers | 0
2
answersRemoving Excess White from Binary Image
This image is not binary by the way, but i would use bwareaopen(BW,250) to do it
5 years ago | 0
Question
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...
5 years ago | 2 answers | 0
2
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
While Loop Question (Ungraded)
F = [1,1] evensum = zeros(1,4000000); while F < 4000000 if F == 1 evensum(1,F) = F; else evensu...
6 years ago | 2 answers | 0
2
answersQuestion
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(...
6 years ago | 2 answers | 0