Feeds
已回答
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 ...
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 ...
3 months 前 | 1
| 已接受
提问
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...
4 months 前 | 2 个回答 | 0
2
个回答已回答
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...
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 前 | 4
已回答
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...
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...
8 years 前 | 2
| 已接受
提问
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...
8 years 前 | 1 个回答 | 1