photo

Chris


Wyle Information Systems LLC

Last seen: 約6年 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
4 回答

ランク
191,643
of 301,671

評判
0

コントリビューション
8 質問
4 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,379

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,058

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Remove grey space between subplots and plot text with axes handle in each plot
TWIMC; I am using some code in R2016 that was created for R2007 called getCustomAxesPos. It works well, but when I try to put ...

約8年 前 | 0 件の回答 | 0

0

回答

回答済み
how do I combine handles of probplot so that I can make a single legend?
Hey, Birdman. Thanks for thinking on this. I tried your solution, but the legend had the fitted lines for the first and third ...

約8年 前 | 0

質問


how do I combine handles of probplot so that I can make a single legend?
Hello. I have this code: ha1 = probplot(data1); ha2 = probplot(gca,data2); ha3 = probplot(gca,data3); how do I combine the ...

約8年 前 | 1 件の回答 | 0

1

回答

回答済み
Anyone know how I can use normplot to have a logarithmic scaling of the x-axis like this old timey version?
It does work! I had been using normplot to no avail. Probplot it is! Thank you, again!

8年以上 前 | 0

質問


Anyone know how I can use normplot to have a logarithmic scaling of the x-axis like this old timey version?
I have tried to use set(gca,'xscale','log') with normplot. The data then plots correctly, but the fitted line through it plots ...

8年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How can I show only the outer outline of all the histogram bars as in this picture:
It works! Thank you very much!

8年以上 前 | 0

質問


How can I show only the outer outline of all the histogram bars as in this picture:
I am trying to replicate an old histogram style where the edges between bars are not shown. Can I do this in Matlab? <</matl...

8年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How can I get the normplot function to have an x-axis with logarithmic scale?
Dear Mr. Ballaney; Hello. Thank you for looking at my question. I need the normplot's functionality. So, the semilogx functi...

8年以上 前 | 0

質問


How can I get the normplot function to have an x-axis with logarithmic scale?
I just need to make the x-axis of the normplot have logarithmic scaling. If I use set(gca,'xscale','log'), then the data point ...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


setting ytick marks on normplot does not behave as expected
TWIMC; I tried this: normplot(x) set(gca,'YTick',[.001 .01 .1 .5 .9 .99 .999]) the result did not show those tick marks on t...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I reverse the probability on a normplot graph so the fitted line slope is negative
To Whom It May Concern; I need to change the way normplot graphs the data. Instead of indicating the probability of a given po...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How do you prepare meshgrids for interp2?
I have : theta = 0:5:180; phi = -180:5:180; size(temp) is 37x73; tp = 90;rp = 0; Vq = interp2(thetaprime,phiprime,temp,tp,rp)...

約12年 前 | 1 件の回答 | 0

1

回答