当前位置:网站首页>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 ~
边栏推荐
- Minimum covering substring of two pointers
- CCF call auction (full mark code + problem solving ideas + skill summary) 201412 - 3
- One dimensional and two dimensional array addresses
- 这种零件该怎么编程加工?
- Why do high precision CNC machining centers have errors? You should pay attention to these four reasons!
- 1105 spiral matrix (25 points)
- 分布式--OpenResty+lua+Redis
- I - constructing roads
- It's so brain - burning that no wonder programmers lose their hair
- Svn password forgetting solution
猜你喜欢

FoxPro and I

August 24, 2021 deque queue and stack

Shift operator (detailed)
![[extensive reading of papers] multimodal attribute extraction](/img/ec/546c107ac0d31deded7ca94fdf0e2d.jpg)
[extensive reading of papers] multimodal attribute extraction

Matlab judge palindrome number (only numbers)

CCF image rotation (Full Score code + problem solving idea) 201503-01

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

Win10 one click Reset win10 to solve all system bugs without deleting any files and Applications

J - Borg maze (minimum spanning tree +bfs)

Industry analysis | the future of real-time audio and video
随机推荐
2021-08-07 native and package types
1150 traveling salesman problem (25 points)
立式加工中心调试的步骤
Determine the number of digits of an integer in MATLAB (one line of code)
1058 a+b in Hogwarts (20 points)
[extensive reading of papers] sentimental analysis of online reviews with a hierarchical attention network
CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
先锋期货安全么?现在期货开户都是哪些流程?期货手续费怎么降低?
Average and maximum values of MATLAB matrix
G - navigation nightare
001 data type [basic]
Sum of squares of two pointers
Basic requirements for tool use in NC machining of vertical machining center
Imitating freecodecamp to build a programming ability test platform
catkin_ Make reports an error, transfers the location of the workspace, and uses other people's workspace files to cause compilation errors
Tetris source code (color version)
立式加工中心的数控加工对刀具使用基本要求
这种零件该怎么编程加工?
A. Theatre Square(codefore)
Notes on zero basic C language learning -- first introduction -- 1 notes that mom can understand