Top
Experiments&Design
Programming
C
VBA
Embedded System
Python
Physics
RF
EM
QM
Optics
Math
Algebra
Calculus
MMPE
Languages
English
Japanese
Resources
LifeNotes
About
CHINKEII's notes
Total
27
articles
Total
27
tags
Total
1
comments
Columns
Top
Experiments&Design
Programming
C
VBA
Embedded System
Python
Physics
RF
EM
QM
Optics
Math
Algebra
Calculus
MMPE
Languages
English
Japanese
Resources
LifeNotes
About
Table of Contents
CONTENT
Here are
Matlab
related articles
2023-11-27
PM2.5 measurement & Matlab real-time plot
デバイス・ソフトウェア使用: #GP2Y10141325 #stm32f103ze #matlab #電気抵抗150オーム #蓄電器220uf #keil uVision5 Test/
2023-11-27
26
0
0
Experiments&Design
2022-10-09
Simulation of F-P laser cavity's stable mode
ソースコード: clear; clc; clf; figure(1); hold on; lambda=632.8*10^-3;%um L=100*lambda; k=2*pi/lambda; a=25*lambda; C=sqrt(1i/(lambda*L)*exp(-1i*k*L)); for
2022-10-09
21
0
0
Physics
Optics
Programming
Experiments&Design
2022-10-09
Conoscopic interference pattern & Matlab analysis
ソースコード: clear; clc; clf; %Import image myimage=imread('C:\Users\Administrator\Desktop\20210627140339.jpg'); gray=rgb2gray(myimage); size(gray) figure(
2022-10-09
19
0
0
Experiments&Design
Programming
Optics
Physics