統計
All
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
pltSig
Applications with a focus on signal procession and GUI design. Includes a plot/plotyy alternative optimized for data exploration...
4ヶ月 前 | ダウンロード 1 件 |
質問
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...
1年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
1年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
2年弱 前 | 0
質問
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 ...
2年弱 前 | 2 件の回答 | 0
2
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答回答済み
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 ...
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 ...
2年以上 前 | 0
質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答送信済み
prin
Enhanced formatted IO function (an alternative to sprintf and fprintf)
3年以上 前 | ダウンロード 2 件 |
送信済み
workingArea
Returns the size and position of the area of the screen where you can place figures without obscuring the taskbar.
3年以上 前 | ダウンロード 1 件 |
送信済み
winplt
Display and design tool for FFT windows - alternative to wintool.m
3年以上 前 | ダウンロード 1 件 |
送信済み
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...
3年以上 前 | ダウンロード 1 件 |
回答済み
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...
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...
4年弱 前 | 0
質問
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...
4年弱 前 | 2 件の回答 | 0
2
回答回答済み
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...
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...
4年以上 前 | 0
質問
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 ...
4年以上 前 | 3 件の回答 | 1
3
回答質問
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...
約5年 前 | 0 件の回答 | 0
0
回答送信済み
MPP (Matlab PreProcessor)
C programmers may miss having a preprocessor. Here is one tailored just for MATLAB.
8年以上 前 | ダウンロード 2 件 |