why stepseq error in matlab 2022a
显示 更早的评论
clc;
close all;
clear;
t=-1:1;
a = sin(2*pi*t);
b = stepseq(-1, -1, 1)-stepseq(1, -1, 1);
h = a.*b;
subplot(2,1,2);
title('5-19_d');xlabel('t');ylabel('x[t]');
回答(1 个)
Walter Roberson
2022-11-7
0 个投票
stepseq is not a function provided by Mathworks. See https://www.mathworks.com/matlabcentral/answers/12834-unsolved-function for the code.
类别
在 帮助中心 和 File Exchange 中查找有关 Subplots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!