Community Profile

photo

Yoann Ladroit


Last seen: 3 years ago Active since 2018

Statistics

All
  • First Review
  • Solver

View badges

Content Feed

View by

Answered
What is the alternative to UiContextmenu when using uifigure?
UPDATE: Matlab 2020a has uicontextmenu and toolbars for the new app format... I will migrate things as soon as possible!

4 years ago | 1

Question


What is the alternative to UiContextmenu when using uifigure?
Hi all, I have been looking at migrating to the new uifigure for a rather large app I have coded in Matlab (~200 000 code lines...

5 years ago | 3 answers | 0

3

answers

Question


Console window stopping GUI execution when clicked
Hi all, I develop a software in Matlab (https://bitbucket.org/echoanalysis/esp3/wiki/Home), and I've had issues over the past f...

5 years ago | 0 answers | 1

0

answers

Solved


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

6 years ago

Solved


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

6 years ago

Solved


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. <<http://upload...

6 years ago

Solved


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

6 years ago

Solved


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

6 years ago

Solved


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

6 years ago

Solved


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

6 years ago

Solved


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

6 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. <<http://upload....

6 years ago