Community Profile

photo

Jeffrey


Last seen: 1 year ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Answered
How do I stop MATLAB from changing the focus to a random window after closing a dialog?
Thank you! that works, But shouldn't this be the standard? Looks like a bug for me?

11 years ago | 0

Question


How do I stop MATLAB from changing the focus to a random window after closing a dialog?
Hi, when I create a simple dialog like: dialog('name','My Dialog'); and then close it using the "X" an arbitrary othe...

11 years ago | 3 answers | 1

3

answers

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

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

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago