photo

Paul Mennen


Active since 2016

Followers: 0   Following: 0

Message

Author info at my web site: www.mennen.org

Statistics

All
MATLAB Answers

8 Questions
4 Answers

File Exchange

8 Files

RANK
23,747
of 301,552

REPUTATION
1

CONTRIBUTIONS
8 Questions
4 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
542 of 21,321

REPUTATION
3,260

AVERAGE RATING
4.70

CONTRIBUTIONS
8 Files

DOWNLOADS
12

ALL TIME DOWNLOADS
30172

RANK

of 175,320

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission

View badges

Feeds

View by

Question


Signal processing question (phase response of a digital filter)
Suppose I have a digital filter with length(b)=8 and length(a)=6 (i.e. 7th order numerator and 5th order denominator). If I loo...

2 years ago | 1 answer | 0

1

answer

Question


Expanded use of .* operator
When you type: >> (1:6) .* (1:3)' You get: ans = 1 2 3 4 5 6 2 4 6 9 10 12 3 6 9 12 15 18 This works in recent ...

3 years ago | 1 answer | 0

1

answer

Answered
How can I turn the property inspector off?
Hi Steven. Thanks that command does the trick! My only other comment is that the documentation for the inspect function should b...

3 years ago | 0

Question


How can I turn the property inspector off?
Type the following: h = uicontrol('callback','disp(pi)'); [SL: fixed typo in callback; the closing ) had been omitted.] Note ...

3 years ago | 2 answers | 0

2

answers

Question


Characters are fuzzy. Where do these fonts come from?
I ran the script show below on my windows 10 based computer with 3 differenct versions of Matlab (2021b, 2013b, and version 6.1...

4 years ago | 1 answer | 0

1

answer

Answered
Default figure property doesn't seem to be working properly
> What does this new property do? I believe the idea of this new property is to allow the user to edit the value of the string ...

4 years ago | 0

Question


Default figure property doesn't seem to be working properly
There is a new text property introduced in Matlab R2021b called 'interactions' that is causing me problems, so after I create my...

4 years ago | 1 answer | 0

1

answer

Answered
Can the start button of a GUI be pressed automatically?
I wasn't using Guide (which isn't needed especially for such a simple GUI), but I was able to use your suggestion to use the tim...

5 years ago | 0

Question


Can the start button of a GUI be pressed automatically?
I have a matlab routine that runs a simulation that takes a long time (sometimes many hours). After starting the simulation, I c...

5 years ago | 2 answers | 0

2

answers

Answered
OnOffSwitchState enumeration compatibility issue
Thanks Sanchita. I now understand the problem better. If you have the value "v" of the visibility property i.e. v = get(objec...

5 years ago | 0

Question


OnOffSwitchState enumeration compatibility issue
I have some old code which runs in R2019a and all older versions of Matlab but doesn't run in R2020a. It boils down to the fact ...

5 years ago | 3 answers | 1

3

answers

Question


problem with uipanel stack order
Try this 3 liner: a = uipanel('pos',[7 7 1 1]/8); b = axis; uistack(a,'bottom'); Note that the axis appears on t...

6 years ago | 0 answers | 0

0

answers