Community Profile

photo

Scott Webster


Last seen: 約1ヶ月 前 2012 年からアクティブ

統計

All
  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Content Feed

表示方法

回答済み
Digital Bessel filter problem
I seem to have solved my problem. It appears that the issue is related to numerical limitations in the transfer function form of...

約8年 前 | 0

| 採用済み

質問


Digital Bessel filter problem
I'm getting strange results under certain circumstances when using a digital Bessel filter. A minimal working example is shown b...

約8年 前 | 2 件の回答 | 0

2

回答

回答済み
What is result of x = min(A(:));
Not sure if part of your confusion is your "order of operations" i.e. the difference between min(e)<5 and min(e<5)... Here is so...

約9年 前 | 0

回答済み
What happened to the errorbar function in R2014b?
It looks like maybe this was a bug before, and that now it has been fixed in R2014b? If a negative error bar is drawn in the opp...

約9年 前 | 0

解決済み


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

約9年 前

質問


Can I use the "fit" function from the Curve Fitting toolbox to fit data to separately defined Matlab functions?
Let's say I have a separate m-file that defines my custom function, can I use the "fit" tool with that? I see that I can use ano...

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How can I draw the corresponding exponential decay curve to fit a damped sine wave?
I assume your damped sine wave data is experimental? (if you have an equation for it, then you should be able to get the paramet...

9年以上 前 | 0

質問


Why does my axis label turn into a grey box when I print to file?
I am having a problem where for certain axis labels, when exporting the figure to a PNG file, the text turns into a grey box. He...

9年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Creating a scatter plot with smooth lines and markers?
You can use both the scatter and line commands like this... x = [1 2 3] y = [1 3 9] scatter(x,y) hold on line(x...

9年以上 前 | 5

回答済み
How to let the matlab to remember the previous directory?
If you save your plots using a matlab command (e.g. print) then you can specify the path. You can also use a command like uiputf...

9年以上 前 | 2

質問


Legend line spacing in R2014b
In previous versions I was able to control (to some degree) the line spacing in figure legends by changing the PlotBoxAspectRati...

9年以上 前 | 2 件の回答 | 3

2

回答

質問


Matlab modifies my m-file timestamps?
The way I use often use Matlab is to have a script m-file open in emacs on a linux workstation, but run the script on a windows ...

11年以上 前 | 0 件の回答 | 0

0

回答