Statistiques
RANG
23 845
of 301 800
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
1
RANG
of 21 411
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 593
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 13 ans il y a | 1 réponse | 0
0
réponseQuestion
sscanf output changed in somecases in 2010b +?
2010b: sscanf('yep','%f') ans = [] 2009b: sscanf('nope','%f') ans = ...
plus de 14 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 14 ans il y a | 1 réponse | 0
0
réponsefigure 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...
plus de 14 ans il y a | 0
Question
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]...
plus de 14 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
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: ...
plus de 14 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 14 ans il y a | 1 réponse | 0
0
réponsemultiple Y axes second axes blocking/obscuring first
OH! 'color','none' kinda strange that that's required, but okay.
plus de 14 ans il y a | 0
| A accepté
Question
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...
plus de 14 ans il y a | 1 réponse | 0
1
réponsefigure toolbar/menu overlaps part of figure
many thanks, all. seems someone snuck an outerPosition setting for that axes into the code...
plus de 14 ans il y a | 0
Question
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 ...
plus de 14 ans il y a | 2 réponses | 0
