sin graph plot in reverse time
显示 更早的评论
if we take the value of t from 1 to 100 then plot is ok but we take the value of time in reverse then plot is not able
wrong size is showing is there any method to take value in reverse to plot for example
t=100:1
t=zeros(100.1)
y=zeros(100.1)
for i=100:1
y(i)=sin(t(i))
plot(t,y)
end
plot is not showing
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Texas Instruments C2000 Processors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

