photo

Logan


Last seen: 5ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Hello. Im currently creating a code in Matlab and I am running into this error that I will attach in a screenshot. I am new to Matlab so I am having trouble fixing it.
clear all clc t=0:0.01:5; h=12.0 * exp(-2.0*t).*(t>= 0); x=5* (t >= 0)-5* (t >=1.0); y=conv(x,h,'full')*0.01; figure; s...

6ヶ月 前 | 2 件の回答 | 0

2

回答