For Loop using two variables
显示 更早的评论
I want to plot this equation
w=1 ./ (pi.*Vrf.*sqrt(1 - ((V-58.5)./Vrf).^2));
for different Vrf.
Vrf=0.1:0.1:10;
V=58.6-Vrf:0.1:58.4+Vrf;
The range of V is defined by Vrf and Vrf is changed between the range that shown. I do not know How can I use for loop and calculate W for this different range?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!