Matlab中怎么编写sin(t)的平方

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 03:20:24
Matlab中怎么编写sin(t)的平方

Matlab中怎么编写sin(t)的平方
Matlab中怎么编写sin(t)的平方

Matlab中怎么编写sin(t)的平方
t=0:0.1:2*pi;
sin_t2=(sin(t)).^2;
plot(t,sin_t2)

1楼正解

1楼