photo

Paul Mennen


Attivo dal 2016

Followers: 0   Following: 0

Messaggio

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

Statistica

All
MATLAB Answers

8 Domande
4 Risposte

File Exchange

8 File

RANK
23.747
of 300.364

REPUTAZIONE
1

CONTRIBUTI
8 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
1

RANK
539 of 20.934

REPUTAZIONE
3.258

VALUTAZIONE MEDIA
4.70

CONTRIBUTI
8 File

DOWNLOAD
13

ALL TIME DOWNLOAD
30150

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Inviato


pltSig
Applications with a focus on signal procession and GUI design. Includes a plot/plotyy alternative optimized for data exploration...

oltre un anno fa | 3 download |

0.0 / 5

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Inviato


plt
A plot/plotyy alternative (data exploration optimized).

oltre 2 anni fa | 1 download |

4.6 / 5
Thumbnail

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

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

quasi 3 anni fa | 0

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Inviato


prin
Enhanced formatted IO function (an alternative to sprintf and fprintf)

oltre 4 anni fa | 1 download |

5.0 / 5

Inviato


workingArea
Returns the size and position of the area of the screen where you can place figures without obscuring the taskbar.

oltre 4 anni fa | 1 download |

0.0 / 5

Inviato


winplt
Display and design tool for FFT windows - alternative to wintool.m

oltre 4 anni fa | 3 download |

5.0 / 5
Thumbnail

Inviato


A Mandelbrot & Julia set explorer
A Mandelbrot & Julia set explorer

oltre 4 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


editz - Tinkering in the z-plane
editz is an educational tool to help you think in the z-plane to foster an understanding of frequency response functions and dig...

oltre 4 anni fa | 1 download |

0.0 / 5

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

oltre 4 anni fa | 0

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

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

circa 5 anni fa | 0

Domanda


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

circa 5 anni fa | 3 risposte | 1

3

risposte

Domanda


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

circa 6 anni fa | 0 risposte | 0

0

risposte

Inviato


MPP (Matlab PreProcessor)
C programmers may miss having a preprocessor. Here is one tailored just for MATLAB.

oltre 9 anni fa | 2 download |

4.0 / 5