photo

Peter Fennell


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


Cant take the derivative of this plot...
clc clear m = 1; b = 2; k = 10; t = linspace(0,7,175); xlabel('0'); syms s F=1./(m*s.^(3)+b*s.^(2)+k*s); f=ilaplace(F,t...

1 year 前 | 1 个回答 | 0

1

个回答

提问


I am getting the error along the lines of "Index exceeds number of array elements" and I am not sure how to fix it
clc; clear; fileReader = fopen('datafile_5.csv','r'); index = 1; while ~ (feof(fileReader)) line = fgets(fileReader);...

3 years 前 | 0 个回答 | 0

0

个回答