Statistica
RANK
23.845
of 301.583
REPUTAZIONE
1
CONTRIBUTI
9 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
44.44%
VOTI RICEVUTI
1
RANK
of 175.587
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
with certain plots setting yLim hides yticklabels
i have custom code to make uniform plots with many plots per figure. they can have y1 and/or y2 axes. recently i came across a...
circa 13 anni fa | 0 risposte | 0
0
risposteDomanda
sscanf output changed in somecases in 2010b +?
2010b: sscanf('yep','%f') ans = [] 2009b: sscanf('nope','%f') ans = ...
oltre 14 anni fa | 0 risposte | 0
0
risposteDomanda
howto align two sets of axes each with left and right Y-axes and labels?
i had a previous question on something similar but this is more of the root of the problem: axW = 0.5; figure;a1=axes('o...
oltre 14 anni fa | 0 risposte | 0
0
rispostefigure with 3 equal outerposition axes pushes third axis off figure
above accepted answer doesn't actually work for me. see my last comment in answer above... so, does anyone know how to keep the...
oltre 14 anni fa | 0
Domanda
figure with 3 equal outerposition axes pushes third axis off figure
figure;a1=axes('outerposition',[0 0 .333 1]);a2=axes('outerposition',[0.333 0 .333 1]);a3=axes('outerposition',[.666 0 .333 1]...
oltre 14 anni fa | 2 risposte | 1
2
risposteDomanda
can i make text extents smaller? or more uniform?
most of the extents of text objects on my system do not have uniform margins surrounding the text glyph. why is the extents/ba...
oltre 14 anni fa | 3 risposte | 0
3
risposteDomanda
get(axH,'position') reporting incorrect values?
hi all. it appears that getting an axes 'position' will sometimes report incorrect values. here is how i produce reliably: ...
oltre 14 anni fa | 1 risposta | 0
1
rispostaDomanda
get axes to line up when first has set(ax1,'looseinset',get(ax1,'tightinset'))
i'm producing plots that will have 2 y-axes. to reduce whitespace in my subplots in a figure i've done: set(ax1,'looseinset',get...
oltre 14 anni fa | 0 risposte | 0
0
rispostemultiple Y axes second axes blocking/obscuring first
OH! 'color','none' kinda strange that that's required, but okay.
oltre 14 anni fa | 0
| accettato
Domanda
multiple Y axes second axes blocking/obscuring first
i'm not sure what's going on here. you can see the axes for both and both axes re-scale when the lines are plotted. you just ca...
oltre 14 anni fa | 1 risposta | 0
1
rispostafigure toolbar/menu overlaps part of figure
many thanks, all. seems someone snuck an outerPosition setting for that axes into the code...
oltre 14 anni fa | 0
Domanda
figure toolbar/menu overlaps part of figure
i create a figure of a certain size (sizeX, sizeY), with units inches (in this case). i'm putting a title at the top of the ...
oltre 14 anni fa | 2 risposte | 0
