How to plot this function?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
fun1=@(l,ki) ((1/10^(l + 1)*ki*l*sin((pi*l)/2))/((ki*cos((pi*l)/2))/10^l + 1) - (1/10^(l + 1)*ki^2*l*cos((pi*l)/2)*sin((pi*l)/2))/(10^l*((ki*cos((l*pi)/2))/10^l + 1)^2))/((1/10^(2*l)*ki^2*sin((pi*l)/2)^2)/((ki*cos((l*pi)/2))/10^l + 1)^2 + 1)
fimplicit(fun1)

Even I have tried giving the ranges of ki and l in fimplicit operator, But the graph appears more or less the same having straight lines. Do you know how to solve this issue?
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!