theta=0:0.01:2*pi; h=legendre(1,cos(theta))./sin(theta); plot(theta,h) (30分)

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/30 00:06:22

theta=0:0.01:2*pi; h=legendre(1,cos(theta))./sin(theta); plot(theta,h) (30分)
theta=0:0.01:2*pi; h=legendre(1,cos(theta))./sin(theta); plot(theta,h) (30分)

theta=0:0.01:2*pi; h=legendre(1,cos(theta))./sin(theta); plot(theta,h) (30分)
clear,clc
theta=0:0.01:2*pi;
t1=legendre(1,cos(theta));
h=t1(1,:)./sin(theta); plot(theta,h)