- 博客(1)
- 收藏
- 关注
原创 MATLAB代码移植到Python的一些记录
1. reshapereshape函数是列优先的,如:y = 1 2 3 4 5 6reshape(y, 3, 2)= 1 4 2 5 3 6Python:y.reshape((3, 2), order='F') # 按行为order='C'2. sizesize(x)Python:x.shape3. for循环fori=1:3:10
2022-12-09 16:59:40
387
1
Access Design of 1-Bit Coding Engineered Reflectors for EM-Wave Shaping and RCS
IEEE Access Design of 1-Bit Coding Engineered Reflectors for EM-Wave Shaping and RCS Modifications.pdf
2023-02-21
Phase Manipulation of Electromagnetic Waves with Metasurfaces and Applications
Phase Manipulation of Electromagnetic Waves with Metasurfaces and Its Applications in Nanophotonics.pdf
2023-02-21
Parametric Study of Tunable Millimeter-Wave Structures based on Metasurfaces
Parametric Study of Tunable Millimeter-Wave Structures based on Metasurfaces for upcoming 5G and 6G Wireless Communication System.pdf
2023-02-21
Full-State Controls of Terahertz Waves Using Tensor Coding Metasurfaces.pdf
Full-State Controls of Terahertz Waves Using Tensor Coding Metasurfaces.pdf
2023-02-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人