photo

William Graves


Last seen: Today Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
3 Answers

Cody

0 Problems
164 Solutions

RANK
3,685
of 301,436

REPUTATION
15

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
8

RANK
 of 21,278

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,405
of 174,540

CONTRIBUTIONS
0 Problems
164 Solutions

SCORE
1,891

NUMBER OF BADGES
6

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Introduction to MATLAB Master
  • Cody Challenge Master
  • Leader
  • Solver

View badges

Feeds

View by

Answered
Get displayed axes limits for log scale
While implementing @Benjamin Kraus's solution, I discovered an even easier way to reliably get the rendered XLim and YLim. This ...

10 months ago | 1

| accepted

Question


Get displayed axes limits for log scale
The below snippet makes a simple loglog plot and then sets the xlim to [0 3]. Because zero can't be shown on a log scale, the pl...

10 months ago | 2 answers | 0

2

answers

Answered
Calling the error function does not print the line number in r2022b
Agreed this is quite annoying. It seems like, for user-defined functions, the line number should always be displayed. As a work...

2 years ago | 4

Answered
Trying to create bode plot on a uitab() causes error
I actually just solved this myself. While bode plots don't like being placed on uitab, they're fine when put on uipanels. The so...

9 years ago | 2

| accepted

Question


Trying to create bode plot on a uitab() causes error
I use the uitab and uitabgroup() function for organizing lots of plots into tabs and subtabs. The issue is that bode and frequen...

9 years ago | 1 answer | 1

1

answer