![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11297078_1525904260224_DEF.jpg)
Bryan Conklin
Followers: 0 Following: 0
Statistics
RANK
2,224
of 297,016
REPUTATION
28
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
14
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Feeds
Question
Is it possible to use a subplot grid to obtain as good or better resolution than that provided by the stackedplot function?
I am working on a plot that requires a lot of custom markup. I was able to use a subplot grid to get all the custom markup added...
5 years ago | 1 answer | 0
1
answerQuestion
Is it possible to draw a line across all plots in a stackedplot?
figure; chans = 10; for subplotN=1:chans-1 %plot first set of time-series x = 1:2841; y(:,subplotN) = randn(2841,1)*...
5 years ago | 1 answer | 0
1
answerQuestion
Is it possible using tiledlayout to have one set of tiles with shared tight y-limits and other tiles with much larger y-limits without losing the zoomed view of tiles with tight y-limits?
I am trying to create a figure with one set of time-series using ylimit = [-100,100]; and another few time-series with the a...
5 years ago | 1 answer | 0
1
answerQuestion
How do I use the inputParser to validate my required input is a string from a defined set of acceptable strings?
I am having trouble with my function parsing a required string input. I want it to validate the input is an acceptable string. C...
5 years ago | 1 answer | 0
1
answerHow to remove ticks from the x-axis?
h=gca; h.XAxis.TickLength = [0 0]; This will allow you to keep the labels but remove the tick marks on only the x-axis.
5 years ago | 14