photo

Tobin Fricke


Louisiana State University

Active since 2002

Followers: 0   Following: 0

Message

Professional Interests: signal processing, oceanography, gravitational waves

Statistics

All
MATLAB Answers

5 Questions
1 Answer

File Exchange

5 Files

RANK
194,468
of 300,584

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
2,381 of 21,030

REPUTATION
742

AVERAGE RATING
4.10

CONTRIBUTIONS
5 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
7232

RANK

of 169,723

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

14 years ago | 0

Question


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

14 years ago | 1 answer | 0

1

answer

Question


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

14 years ago | 1 answer | 0

1

answer

Question


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?

14 years ago | 4 answers | 0

4

answers

Question


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

14 years ago | 1 answer | 0

1

answer

Question


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

14 years ago | 2 answers | 0

2

answers