当前位置:网站首页>A little idea about big experiment data
A little idea about big experiment data
2022-06-30 15:07:00 【A programmer who likes noodles】
An idea : A program for calculating and analyzing the experimental data of large objects
Recently, I was really troubled by the big experimental data , So I tried to use matlab Made a little program
% Calculate the irregularity of the directly measured quantity , Input parameters are data matrix and B Class component
%tp Is the correction factor ,n Is the number of measurements
tp=[1.84000000000000,1.32000000000000,1.20000000000000,1.14000000000000,1.11000000000000,1.09000000000000,1.08000000000000,1.07000000000000];
n=size(A,1);
uc=sqrt((sqrt(var(A)/(n-1))*tp(n-1))^2+ub^2);
ur=uc/mean(A)*100;
disp(uc);
disp(ur);
end
You can help test , See if there's a problem ~
边栏推荐
- Matlab function for limit, definite integral, first-order derivative, second-order derivative (classic examples)
- CCF sequence segmentation (Full Score code + problem solving idea) 201509 -1
- Double pointer palindrome string
- Shift operator (detailed)
- Basic requirements for tool use in NC machining of vertical machining center
- Technology sharing | how to quickly realize audio and video online calls
- 1035 password (20 points)
- Matlab judge palindrome number (only numbers)
- Solve the problem that codeblocks20.03 on win11 cannot run for the first time
- 浅析卧式加工中心上不规则台阶孔存在问题
猜你喜欢

Matlab function for limit, definite integral, first-order derivative, second-order derivative (classic examples)

Determine the number of digits of an integer in MATLAB (one line of code)

CCF date calculation (Full Score code + skill summary) February 2, 2015

Tetris source code (color version)

Four solutions to cross domain problems

Repair of incorrect deletion of win10 boot entry

Notes on zero basic C language learning -- first introduction -- 1 notes that mom can understand

CCF adjacent number pairs (Full Score code + problem solving ideas + skill summary) 201409-1

val_ Loss decreases first and then increases or does not decrease but only increases

Zero basic C language learning notes -- first introduction -- 2 data types & variables and constants
随机推荐
Tetris source code (color version)
Repair of incorrect deletion of win10 boot entry
1030 travel plan (30 points)
Judgment of deep learning experiment results
Matlab two-dimensional array example (extract data)
August 24, 2021 deque queue and stack
[matlab] 3D drawing summary
FoxPro and I
A. Theatre Square(codefore)
立式加工中心调试的步骤
文本匹配——【NAACL 2022】GPL
HD mechanical principle · classic dynamic drawing of mechanical design
高精度CNC加工中心为什么会出现误差?这4个原因你要注意!
文本匹配——【NAACL 2021】AugSBERT
Add attributes to multimode
Basic learning notes of C language
数控加工中心打刀缸工作原理及故障处理
Xiao Sha's pain (thinking problem)
Invalid argument during startup: Failed to open the . conf file: redis-window
Technology sharing | anyrtc service single port design