plot the shielding effectiveness

2 次查看(过去 30 天)
ahmed
ahmed 2024-12-19
回答: Les Beckham 2024-12-19
1,-161.897807966128
1.1,-171.549748450367
1.2,-177.131311128542
1.3,-180.710272498836
1.4,-183.287199289393
1.5,-185.369067806569
1.6,-187.806973001985
1.7,-189.128294412609
1.8,-185.811132579087
1.9,-184.066750967467
2,-182.847114473606
2.1,-182.572251388988
2.2,-186.409143818399
2.3,-176.381261910027
2.4,-149.804128670487
2.5,-158.326573283345
2.6,-155.001129800779
2.7,-155.012329668425
2.8,-153.678707867084
2.9,-151.701245240171
3,-149.09184703434

回答(1 个)

Les Beckham
Les Beckham 2024-12-19
You haven't really asked a question. If you just want a plot of the data pasted into your "question", here you go.
data = ...
[1,-161.897807966128
1.1,-171.549748450367
1.2,-177.131311128542
1.3,-180.710272498836
1.4,-183.287199289393
1.5,-185.369067806569
1.6,-187.806973001985
1.7,-189.128294412609
1.8,-185.811132579087
1.9,-184.066750967467
2,-182.847114473606
2.1,-182.572251388988
2.2,-186.409143818399
2.3,-176.381261910027
2.4,-149.804128670487
2.5,-158.326573283345
2.6,-155.001129800779
2.7,-155.012329668425
2.8,-153.678707867084
2.9,-151.701245240171
3,-149.09184703434
];
plot(data(:,1), data(:,2))
grid on

类别

Help CenterFile Exchange 中查找有关 Database Toolbox 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by