photo

Eric


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
3 回答

ランク
23,845
of 301,506

評判
1

コントリビューション
9 質問
3 回答

回答採用率
44.44%

獲得投票数
1

ランク
 of 21,306

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,911

コントリビューション
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

回答