由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - [转载] 问一个画histogram的问题
相关主题
[合集] 请教:Matlab画的Histogram怎样才能变成黑色的?[转载] Help!有什么软件可以计算Correlation function
[转载] 面试问题![转载] GPROF problem
[转载] Matlab 移位操作[转载] 什么软件可以从图上抓去数据
[转载] 级数求和问题,急呀![转载] How to minimize this variance?
[转载] 问一个线性规划的问题,急,谢谢那位大侠帮帮我!matlab问题
[转载] 裸泳请教matlab高手 ^_^问个简单的数值问题
[转载] mathmatica 请教help: 怎么用mathematica 输出坐标轴标记?
[转载] Re: [转载] 关于c++,class 和 计算效率Help: How to input superscript for the Xticklabel in Matlab?
相关话题的讨论汇总
话题: what话题: histogram话题: hist话题: 问题话题: bins
进入Computation版参与讨论
1 (共1页)
i*****e
发帖数: 159
1
【 以下文字转载自 Statistics 讨论区,原文如下 】
发信人: iamfine (iamfine), 信区: Statistics
标 题: 问一个画histogram的问题
发信站: Unknown Space - 未名空间 (Tue Apr 20 17:12:10 2004) WWW-POST
用matlab可以在一个图里画多个sample的histogram吗?(用同一个x,y坐标轴)
其他软件可以吗?
i*****e
发帖数: 159
2

-----------What's this?
f****e
发帖数: 15
3
sure.
hist(a);
hold on;
hist(b);
hold off;

【在 i*****e 的大作中提到】
:
: -----------What's this?

i*****e
发帖数: 159
4
but how to distinguish different samples?
your way made the histograms mixed. Is there anyway to set the color or other
visual properties of histogram? the only parameters in command hist() is about
# of bins or center of bins? correct?



【在 f****e 的大作中提到】
: sure.
: hist(a);
: hold on;
: hist(b);
: hold off;

a*********k
发帖数: 17
5
try use stairs once you get the countes using hist. Then you can assign color

【在 i*****e 的大作中提到】
: 【 以下文字转载自 Statistics 讨论区,原文如下 】
: 发信人: iamfine (iamfine), 信区: Statistics
: 标 题: 问一个画histogram的问题
: 发信站: Unknown Space - 未名空间 (Tue Apr 20 17:12:10 2004) WWW-POST
: 用matlab可以在一个图里画多个sample的histogram吗?(用同一个x,y坐标轴)
: 其他软件可以吗?

i*****e
发帖数: 159
6
It finally worked out. Thank you!

color

【在 a*********k 的大作中提到】
: try use stairs once you get the countes using hist. Then you can assign color
1 (共1页)
进入Computation版参与讨论
相关主题
Help: How to input superscript for the Xticklabel in Matlab?[转载] 问一个线性规划的问题,急,谢谢
请问能把matlab的hist()画的图的纵坐标归一并改成对数吗?[转载] 裸泳请教matlab高手 ^_^
如何提高matlab中的fill函数画的图质量?[转载] mathmatica 请教
Matlab作图时如何调整坐标轴范围的其中一个端点的值[转载] Re: [转载] 关于c++,class 和 计算效率
[合集] 请教:Matlab画的Histogram怎样才能变成黑色的?[转载] Help!有什么软件可以计算Correlation function
[转载] 面试问题![转载] GPROF problem
[转载] Matlab 移位操作[转载] 什么软件可以从图上抓去数据
[转载] 级数求和问题,急呀![转载] How to minimize this variance?
相关话题的讨论汇总
话题: what话题: histogram话题: hist话题: 问题话题: bins