Author: Not specified | Language: matlab |
Description: Not specified | Timestamp: 2017-10-11 04:54:49 +0000 |
View raw paste | Reply |
- %Edge phantom with resolution (-10:0.1:10)
- %Change resolution accordingly
- x=-10:0.1:10;
- y=-10:0.1:10;
- %Change to h2 accordingly
- phan_size_x=16;
- phan_size_y=10;
View raw paste | Reply |