Community Profile

photo

Elliott Read


Last seen: 21 days ago Active since 2022

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Solver

View badges

Feeds

View by

Question


Image processing for determining endpoints on a line
Hello, I am looking to calculate the distance between endpoints of several skeletonized images. However, at the moment, the bw...

3 months ago | 1 answer | 0

1

answer

Question


Image processing for calculating length between two points on an image.
Hello, I am investigating a soltuion for calculating the width of cracks in lithium-ion batteries that have been damaged. I ha...

3 months ago | 1 answer | 0

1

answer

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

2 years ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

2 years ago

Solved


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

2 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

2 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years ago