photo

Jeffrey


Last seen: 3 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
3 Solutions

RANK
23,793
of 301,481

REPUTATION
1

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,298

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
75,477
of 174,744

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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?

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

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

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

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

14 years ago