Community Profile

photo

Scott Young


Last seen: 2 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Thankful Level 2
  • CUP Challenge Master
  • Solver
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Zooming Into UIAxes Image Changes Axis Shape and Position: Why, and How Do I Fix?!
I am developing a MATLAB App, and have an image in a UIAxes, with the following properties defined: s1 = 512; ...

1 year 前 | 1 个回答 | 1

1

个回答

已解决


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

1 year 前

已解决


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

1 year 前

已解决


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

1 year 前

已解决


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

1 year 前

已解决


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

1 year 前

已解决


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

1 year 前

已解决


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

1 year 前

已解决


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

1 year 前

已解决


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

1 year 前

已解决


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

1 year 前

已解决


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

1 year 前

已解决


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

1 year 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

1 year 前

已解决


Draw a '9' in a zero matrix!

1 year 前

已解决


Basic Mathematics 4
Team #1 is in first place but only one point higher than Team #2. The sum of their two scores is N. What are each team’s scores...

1 year 前

已解决


Dice roll - opposite faces
For this problem, you will be provided with the values of a dice roll (regular six-sided dice). The number of dice will be at le...

1 year 前

已解决


Basic Mathematics 3
It was announced during a Robotics Competition kick off that two of the trickiest scoring objects are: soup cans, and beach ball...

1 year 前

已解决


Basic Mathematics 2
If a 4’ x 8’ sheet of ½” plywood weighs W lbs and you cut an L” x L” robot base from this material, approximately how much weigh...

1 year 前

提问


App Developer - Mouse Hovering Over Surf Plot in UIAxes Causes Extreme Lag
I have constructed a sub-app which is called from within a main app. Within this sub-app I have 3 UIAxes, each of which may be t...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to pass the index of a loop from one MATLAB App to another in real time
Say I have two app in MATLAB App Developer: 1) A button is pushed and a for loop iterates through 1:10, pausing every 5 se...

2 years 前 | 1 个回答 | 0

1

个回答