Statistiques
RANG
23 747
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
1
RANG
535 of 20 419
RÉPUTATION
3 254
CLASSEMENT MOYEN
4.70
CONTRIBUTIONS
8 Fichiers
TÉLÉCHARGEMENTS
19
ALL TIME TÉLÉCHARGEMENTS
30110
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
pltSig
Applications with a focus on signal procession and GUI design. Includes a plot/plotyy alternative optimized for data exploration...
7 mois il y a | 6 téléchargements |
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...
plus d'un an il y a | 1 réponse | 0
1
réponseA soumis
plt
A plot/plotyy alternative (data exploration optimized).
plus d'un an il y a | 5 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5485f0f-4a80-11e4-9553-005056977bd0/e12d33e0-c2d1-423f-8fc8-fcb86f6f5c12/images/screenshot.png)
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 ...
presque 2 ans il y a | 1 réponse | 0
1
réponseHow 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...
environ 2 ans il y a | 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 ...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseDefault 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 ...
presque 3 ans il y a | 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...
presque 3 ans il y a | 1 réponse | 0
1
réponseA soumis
prin
Enhanced formatted IO function (an alternative to sprintf and fprintf)
plus de 3 ans il y a | 2 téléchargements |
A soumis
workingArea
Returns the size and position of the area of the screen where you can place figures without obscuring the taskbar.
plus de 3 ans il y a | 1 téléchargement |
A soumis
winplt
Display and design tool for FFT windows - alternative to wintool.m
presque 4 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e550feff-4a80-11e4-9553-005056977bd0/58f6d123-589d-435f-bebe-527bf94964da/images/screenshot.gif)
A soumis
A Mandelbrot & Julia set explorer
A Mandelbrot & Julia set explorer
presque 4 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/ab80bf5a-fcf0-42e4-ac9b-94d59509f6d9/665a2939-26ce-4f61-aa61-7bbc27032283/images/screenshot.png)
A soumis
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...
presque 4 ans il y a | 1 téléchargement |
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...
environ 4 ans il y a | 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...
environ 4 ans il y a | 2 réponses | 0
2
réponsesOnOffSwitchState 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...
plus de 4 ans il y a | 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 ...
plus de 4 ans il y a | 3 réponses | 1
3
réponsesQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseA soumis
MPP (Matlab PreProcessor)
C programmers may miss having a preprocessor. Here is one tailored just for MATLAB.
plus de 8 ans il y a | 2 téléchargements |