photo

Scott Webster


Last seen: 7 Monate vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

5 Fragen
6 Antworten

Cody

0 Probleme
1 Lösung

RANG
3.326
of 300.365

REPUTATION
17

BEITRÄGE
5 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
10

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
111.577
of 168.262

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 9 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 10 Jahre vor | 0

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

mehr als 10 Jahre vor | 0

Gelöst


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

mehr als 10 Jahre vor

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 11 Jahre vor | 0

Frage


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

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

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

fast 11 Jahre vor | 5

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

fast 11 Jahre vor | 2

Frage


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

fast 11 Jahre vor | 2 Antworten | 3

2

Antworten

Frage


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

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten