- 博客(1)
- 收藏
- 关注
原创 MATLAB代码移植到Python的一些记录
1. reshape reshape函数是列优先的,如: y = 1 2 3 4 5 6 reshape(y, 3, 2)= 1 4 2 5 3 6 Python: y.reshape((3, 2), order='F') # 按行为order='C' 2. size size(x) Python: x.shape 3. for循环 fori=1:3:10
2022-12-09 16:59:40
391
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关注的人