matlab参数方程请问如何用matlab画x=cos(X)^3 y=sin(x)^3的图像,

小刺猬666 1年前 已收到1个回答 举报

jiekecao 幼苗

共回答了16个问题采纳率:75% 举报

clear all
close all
clc
t=0:pi/10000:2*pi;
x=cos(t).^3;
y=sin(t).^3;
figure
plot(t,x,'g',t,y,'r')
hold on
figure
plot(x,y)
hold on

1年前

5
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 0.026 s. - webmaster@yulucn.com