photo

Tobin Fricke


Louisiana State University

Aktiv seit 2002

Followers: 0   Following: 0

Nachricht

Professional Interests: signal processing, oceanography, gravitational waves

Statistik

All
MATLAB Answers

5 Fragen
1 Antwort

File Exchange

5 Dateien

RANG
144.421
of 300.364

REPUTATION
0

BEITRÄGE
5 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
20.0%

ERHALTENE STIMMEN
0

RANG
2.376 of 20.934

REPUTATION
741

DURCHSCHNITTLICHE BEWERTUNG
4.10

BEITRÄGE
5 Dateien

DOWNLOADS
10

ALL TIME DOWNLOADS
7229

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Plot a line below existing traces
Found one solution: L = line(x, y); uistack(L, 'bottom');

mehr als 14 Jahre vor | 0

Frage


Plot a line below existing traces
Suppose I have an axis that already contains a number of traces made using the plot command. I want to annotate my graph using ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


When was BESSELJ introduced?
The BESSEL function is now deprecated (as of R2010b) and generates an error, as it has been replaced with BESSELJ. *In which ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a function that retrieves the filename of the current script?
Is there a way to, from a .m file, determine the filename (including directory path) of that .m file?

mehr als 14 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Expand subplot to fill entire figure
I often plot Bode plots to plot the magnitude and phase of a complex function: ax = subplot(2,1,1) semilogx(f, db(H)); ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I set "hold all" for an array of axes handles?
Suppose I have a vector of axes handles, for instance: ax = subplot(2,1,1); % ... ax(2) = subplot(2,1,2); % ... I woul...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten