photo

Eric


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
3 답변

순위
23,845
of 301,540

평판
1

참여
9 질문
3 답변

답변 채택
44.44%

획득한 표
1

순위
 of 21,319

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,260

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


sscanf output changed in somecases in 2010b +?
2010b: sscanf('yep','%f') ans = [] 2009b: sscanf('nope','%f') ans = ...

대략 14년 전 | 답변 수: 0 | 0

0

답변

질문


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...

14년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
figure 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...

14년 초과 전 | 0

질문


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]...

14년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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...

14년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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: ...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

14년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
multiple Y axes second axes blocking/obscuring first
OH! 'color','none' kinda strange that that's required, but okay.

14년 초과 전 | 0

| 수락됨

질문


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...

14년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
figure toolbar/menu overlaps part of figure
many thanks, all. seems someone snuck an outerPosition setting for that axes into the code...

14년 초과 전 | 0

질문


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 ...

14년 초과 전 | 답변 수: 2 | 0

2

답변