-
distributionPlot
The zip-file contains the following files for visualizing distributions:
- distributionPlot.m: main function that allows creating violin plots
- histogram.m: generate histograms with ideal bin width given the number of data points and the spread (Freedman-Diaconis rule). Note that for integer-valued data, each integer gets its own bin.
- plotSpread.m: plot point clouds with no overlap. Works well for small number of data points, i.e. when there are less than ~20 values per bin.
- 2011-12-24 15:19:30下载
- 积分:1
-
colinge
a matlab fem code for beginers .pls download it!
- 2009-12-03 14:07:51下载
- 积分:1
-
newton-power-flow-calculation-matlab
该程序仅针对《电力系统分析 下》何仰赞 P61 的4节点算例。 matlab程序(newton power flow calculation ,matlab)
- 2012-06-01 11:43:53下载
- 积分:1
-
test_hasan_khu
Empirical Mode Decomposition of 1D signals
- 2014-09-14 23:14:31下载
- 积分:1
-
Madgwick
无人机姿态测量系统matlab程序,输入传感器数据,输出无人机的姿态角信息(UAV attitude measurement system matlab program)
- 2014-07-01 22:32:13下载
- 积分:1
-
xiaodianzu_gaozujiedi
模拟10kV配电网小电阻接地系统高阻接地故障的仿真模型,可测量各出线的零序电压、零序电流(The simulation model of the high resistance grounding fault of the small resistance grounding system of the 10kV distribution network is simulated, and the zero sequence voltage and zero sequence current of each outlet can be measured)
- 2021-05-14 05:30:02下载
- 积分:1
-
t5
说明: 微电子专业试验中关于突变结和非突变结的确定雪崩倍增因子外加随外加反偏电压的变化关系。(Abrupt junction and non-abrupt junction Microelectronics test to determine the avalanche multiplication factor plus the applied reverse bias voltage variation.)
- 2012-05-16 16:35:48下载
- 积分:1
-
Attachments_20131118
OPTICAL COMMUNICATION OPTICAL COMMUNICATIONS
- 2013-11-28 23:41:19下载
- 积分:1
-
ackley
This is Code of PSO with matlab
- 2013-10-31 14:04:18下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1